summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>2000-03-21 08:22:22 +0000
committerMichael Haro <mharo@FreeBSD.org>2000-03-21 08:22:22 +0000
commit056bd0f29dd70a29aad9af20cef33b61e903bcb1 (patch)
tree516b9155f90606900031c0d99178ee2ac03af66a /print
parentremove extra blank line (portlint) (diff)
reorder variables to follow port standards (portlint)
Notes
Notes: svn path=/head/; revision=26908
Diffstat (limited to 'print')
-rw-r--r--print/jadetex/Makefile15
1 files changed, 9 insertions, 6 deletions
diff --git a/print/jadetex/Makefile b/print/jadetex/Makefile
index cd99ee4d8bbb..2e02b8cd5297 100644
--- a/print/jadetex/Makefile
+++ b/print/jadetex/Makefile
@@ -13,21 +13,24 @@
#
DISTNAME= jadetex
-CATEGORIES= print
-VERSION= 2.3
PKGNAME= ${DISTNAME}-${VERSION}
-MAINTAINER= kelly@plutotech.com
+CATEGORIES= print
MASTER_SITES= http://people.FreeBSD.org/~nik/distfiles/jadetex/
+EXTRACT_SUFX=
DISTFILES= Makefile.jadetex jadetex.dtx jadetex.ini jadetex.ins \
pdfjadetex.ini
-DIST_SUBDIR= jadetex
-NO_WRKSUBDIR= yes
+
+MAINTAINER= kelly@plutotech.com
+
BUILD_DEPENDS= tex:${PORTSDIR}/print/teTeX
RUN_DEPENDS= tex:${PORTSDIR}/print/teTeX
+
+VERSION= 2.3
+DIST_SUBDIR= jadetex
+NO_WRKSUBDIR= yes
EXTRACT_CMD= ${CP}
EXTRACT_BEFORE_ARGS= -fp
EXTRACT_AFTER_ARGS= .
-EXTRACT_SUFX=
post-extract:
@${ECHO} all: default > ${WRKSRC}/Makefile