diff options
Diffstat (limited to 'print/tex-acromake/Makefile')
-rw-r--r-- | print/tex-acromake/Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/print/tex-acromake/Makefile b/print/tex-acromake/Makefile new file mode 100644 index 00000000000..3a57a4ae1ef --- /dev/null +++ b/print/tex-acromake/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1.1.1 2010/04/11 05:43:43 minskim Exp $ +# TeX Live Revision 17044 + +DISTNAME= acromake +PKGNAME= tex-${DISTNAME}-2009 + +MAINTAINER= minskim@NetBSD.org +COMMENT= Make commands for acronyms in LaTeX + +CONFLICTS+= tex-ltxmisc<2009 + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" |