diff options
Diffstat (limited to 'fonts/tex-hacm/Makefile')
-rw-r--r-- | fonts/tex-hacm/Makefile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/fonts/tex-hacm/Makefile b/fonts/tex-hacm/Makefile new file mode 100644 index 00000000000..cc28b192b86 --- /dev/null +++ b/fonts/tex-hacm/Makefile @@ -0,0 +1,15 @@ +# $NetBSD: Makefile,v 1.1 2015/05/08 11:27:45 wiz Exp $ + +DISTNAME= hacm +PKGNAME= tex-${DISTNAME}-0.1 +TEXLIVE_REV= 27671 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://ctan.org/pkg/hacm +COMMENT= Font support for the Arka language +LICENSE= lppl-1.3c + +TEX_MAP_FILES+= hacm.map + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" |