diff options
Diffstat (limited to 'fonts/tex-skull/Makefile')
-rw-r--r-- | fonts/tex-skull/Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/fonts/tex-skull/Makefile b/fonts/tex-skull/Makefile new file mode 100644 index 00000000000..7f3058e034f --- /dev/null +++ b/fonts/tex-skull/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1 2015/05/08 11:27:55 wiz Exp $ + +DISTNAME= skull +PKGNAME= tex-${DISTNAME}-0.1 +TEXLIVE_REV= 25608 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://ctan.org/pkg/skull +COMMENT= Font to draw a skull +LICENSE= gnu-gpl-v2 + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" |