diff options
Diffstat (limited to 'fonts/tex-hands/Makefile')
-rw-r--r-- | fonts/tex-hands/Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/fonts/tex-hands/Makefile b/fonts/tex-hands/Makefile new file mode 100644 index 00000000000..9f7e6cdc2e6 --- /dev/null +++ b/fonts/tex-hands/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1 2015/05/08 11:27:45 wiz Exp $ + +DISTNAME= hands +PKGNAME= tex-${DISTNAME}-2014 +TEXLIVE_REV= 13293 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://ctan.org/pkg/hands +COMMENT= Pointing hand font +LICENSE= public-domain + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" |