blob: 0b4889220713946dd2f392a9ca79d03e0a316850 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# $NetBSD: Makefile,v 1.1 2017/01/20 21:43:59 markd Exp $
DISTNAME= longfbox
PKGNAME= tex-${DISTNAME}-1.0
TEXLIVE_REV= 39028
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://ctan.org/pkg/longfbox
COMMENT= Draw framed boxes with standard CSS attributes that can break over multiple pages
LICENSE= lppl-1.3c
DEPENDS+= tex-ellipse-[0-9]*:../../graphics/tex-ellipse
DEPENDS+= tex-mdwtools-[0-9]*:../../print/tex-mdwtools
DEPENDS+= tex-options-[0-9]*:../../print/tex-options
DEPENDS+= tex-pict2e-[0-9]*:../../print/tex-pict2e
.include "../../print/texlive/package.mk"
.include "../../mk/bsd.pkg.mk"
|