diff options
Diffstat (limited to 'fonts/tex-aecc-doc/Makefile')
-rw-r--r-- | fonts/tex-aecc-doc/Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/fonts/tex-aecc-doc/Makefile b/fonts/tex-aecc-doc/Makefile new file mode 100644 index 00000000000..30a1f7839d1 --- /dev/null +++ b/fonts/tex-aecc-doc/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1 2015/05/08 11:27:29 wiz Exp $ + +DISTNAME= aecc.doc +PKGNAME= tex-${DISTNAME:S/./-/}-1.0 +TEXLIVE_REV= 28574 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://ctan.org/pkg/aecc +COMMENT= Documentation for tex-aecc +LICENSE= lppl-1.3c + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" |