summaryrefslogtreecommitdiff
path: root/print/jadetex/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'print/jadetex/Makefile')
-rw-r--r--print/jadetex/Makefile42
1 files changed, 42 insertions, 0 deletions
diff --git a/print/jadetex/Makefile b/print/jadetex/Makefile
new file mode 100644
index 000000000000..b7d4e52bd860
--- /dev/null
+++ b/print/jadetex/Makefile
@@ -0,0 +1,42 @@
+# New ports collection makefile for: jadetex
+# Version required: 2.3
+# Date created: 5 December 1998
+# Whom: Sean Kelly <kelly@plutotech.com>
+#
+# $Id$
+#
+# When jadetex-2.3 goes mainstream, it will replace jadetex-2.1
+# currently in the Comprehensive TeX Archive Network (CTAN). When
+# that happens, we ought to change MASTER_SITES to
+# MASTER_SITE_TEX_CTAN, and remove the DISTFILES, EXTRACT_CMD,
+# EXTRACT_SUFX, EXTRACT_AFTER_ARGS, and NO_WRKSUBDIR.
+#
+
+DISTNAME= jadetex
+CATEGORIES= print
+VERSION= 2.3
+PKGNAME= ${DISTNAME}-${VERSION}
+MAINTAINER= kelly@plutotech.com
+MASTER_SITES= http://tug.org/applications/jadetex/
+DISTFILES= Makefile.jadetex jadetex.dtx jadetex.ini jadetex.ins \
+ pdfjadetex.ini
+DIST_SUBDIR= jadetex
+NO_WRKSUBDIR= yes
+BUILD_DEPENDS= tex:${PORTSDIR}/print/teTeX-beta
+RUN_DEPENDS= tex:${PORTSDIR}/print/teTeX-beta
+EXTRACT_CMD= ${CP}
+EXTRACT_BEFORE_ARGS= -fp
+EXTRACT_AFTER_ARGS= .
+EXTRACT_SUFX=
+
+post-extract:
+ @${ECHO} all: default > ${WRKSRC}/Makefile
+ @${SED} -e "s/huge//g" ${WRKSRC}/Makefile.jadetex >> ${WRKSRC}/Makefile
+
+do-install:
+ @(cd ${WRKSRC} && ${INSTALL_DATA} jadetex.fmt pdfjadetex.fmt `kpsewhich -expand-var '$$TEXMFMAIN'`/web2c && ${MKDIR} -m 555 `kpsewhich -expand-var '$$TEXMFMAIN'`/tex/jadetex && ${INSTALL_DATA} dsssl.def isoents.tex jadetex.ltx `kpsewhich -expand-var '$$TEXMFMAIN'`/tex/jadetex)
+
+post-install:
+ @${CAT} ${PKGDIR}/MESSAGE
+
+.include <bsd.port.mk>