diff options
Diffstat (limited to 'print/tex-psfrag-doc/Makefile')
-rw-r--r-- | print/tex-psfrag-doc/Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/print/tex-psfrag-doc/Makefile b/print/tex-psfrag-doc/Makefile new file mode 100644 index 00000000000..6989e2bd93b --- /dev/null +++ b/print/tex-psfrag-doc/Makefile @@ -0,0 +1,11 @@ +# $NetBSD: Makefile,v 1.1 2012/10/21 17:55:05 minskim Exp $ + +DISTNAME= psfrag.doc +PKGNAME= tex-${DISTNAME:S/./-/}-3.04 +TEXLIVE_REV= 15878 + +MAINTAINER= pkgsrc-users@NetBSD.org +COMMENT= Documentation for tex-psfrag + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" |