summaryrefslogtreecommitdiff
path: root/print/tex-eplain/Makefile
diff options
context:
space:
mode:
authormarkd <markd>2015-05-31 06:45:32 +0000
committermarkd <markd>2015-05-31 06:45:32 +0000
commit2835c7155346e331bed2895fa22dbc6065b22b50 (patch)
tree57d0cf56aa45ffa38e3049bcc02261883d515379 /print/tex-eplain/Makefile
parentb1aedeb1e5c88557cf9f8fb1f7c228d2345c618e (diff)
downloadpkgsrc-2835c7155346e331bed2895fa22dbc6065b22b50.tar.gz
Add packages from texlive formatsextra collection.
Diffstat (limited to 'print/tex-eplain/Makefile')
-rw-r--r--print/tex-eplain/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/print/tex-eplain/Makefile b/print/tex-eplain/Makefile
new file mode 100644
index 00000000000..4620c65cc52
--- /dev/null
+++ b/print/tex-eplain/Makefile
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1 2015/05/31 06:45:32 markd Exp $
+
+DISTNAME= eplain
+PKGNAME= tex-${DISTNAME}-3.7
+TEXLIVE_REV= 36217
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://ctan.org/pkg/eplain
+COMMENT= Extended plain TeX macros
+LICENSE= gnu-gpl-v2
+
+CONFLICTS+= teTeX-texmf<=3.0nb55
+DEPENDS+= tex-pdftex-[0-9]*:../../print/tex-pdftex
+
+INSTALLATION_DIRS+= bin
+
+TEX_FORMATS+= "eplain pdftex language.dat -translate-file=cp227.tcx *eplain.ini\\n"
+
+.include "../../print/texlive/package.mk"
+
+post-install:
+ ${LN} -sf pdftex ${DESTDIR}${PREFIX}/bin/eplain
+
+.include "../../mk/bsd.pkg.mk"