diff options
Diffstat (limited to 'print/jadetex/Makefile')
-rw-r--r-- | print/jadetex/Makefile | 15 |
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 |