diff options
-rw-r--r-- | print/ifxetex/Makefile | 22 | ||||
-rw-r--r-- | print/ifxetex/distinfo | 6 |
2 files changed, 11 insertions, 17 deletions
diff --git a/print/ifxetex/Makefile b/print/ifxetex/Makefile index d7c7c2b0c057..2295bffd8fbe 100644 --- a/print/ifxetex/Makefile +++ b/print/ifxetex/Makefile @@ -5,35 +5,29 @@ # $FreeBSD$ PORTNAME= ifxetex -PORTVERSION= 20080729 -PORTREVISION= 1 +PORTVERSION= 20090124 CATEGORIES= print MASTER_SITES= ${MASTER_SITE_TEX_CTAN} -MASTER_SITE_SUBDIR= macros/generic/${PORTNAME} +MASTER_SITE_SUBDIR= macros/generic/ DISTNAME= ${PORTNAME} -EXTRACT_SUFX= .sty MAINTAINER= martin.dieringer@gmx.de COMMENT= The file ifxetex.sty tests whether XeTeX is being used -RUN_DEPENDS= latex:${PORTSDIR}/print/teTeX-base +BUILD_DEPENDS= latex:${PORTSDIR}/print/teTeX-base -NO_BUILD= yes -NO_WRKSUBDIR= yes -EXTRACT_CMD= ${CP} -EXTRACT_BEFORE_ARGS= # empty -EXTRACT_AFTER_ARGS= . +WRKSRC= ${WRKDIR}/${PORTNAME} +USE_ZIP= yes PLIST= ${WRKDIR}/pkg-plist TEXMFDIR= share/texmf-local MKTEXLSR= ${LOCALBASE}/bin/mktexlsr CLASSDIR= ${TEXMFDIR}/tex/latex/${PORTNAME} -CLASS_FILES= ${DISTFILES} +CLASS_FILES= ${PORTNAME}.sty -PLIST_SUB= CLASSDIR=${CLASSDIR} -PLIST_FILES= ${CLASSDIR}/${CLASS_FILES} -PLIST_DIRS= ${CLASSDIR} +do-build: + cd ${WRKSRC} && latex ${PORTNAME}.ins pre-install: ${ECHO_CMD} "${CLASSDIR}/${CLASS_FILES}" > ${PLIST} diff --git a/print/ifxetex/distinfo b/print/ifxetex/distinfo index e737c956854a..5b2740578dd6 100644 --- a/print/ifxetex/distinfo +++ b/print/ifxetex/distinfo @@ -1,3 +1,3 @@ -MD5 (ifxetex.sty) = ae23b43f2e48f780fc0fcbd1f4048435 -SHA256 (ifxetex.sty) = 1c7e44f82828e1528b89b0df6f948fb921950a31370a9bf8eaf11f9d421116ea -SIZE (ifxetex.sty) = 1645 +MD5 (ifxetex.zip) = 97359208ce6a7569845730019cbc7c6a +SHA256 (ifxetex.zip) = f3461e33b522359de26b8b6396088922f26a89dc93e618f297179732e1886999 +SIZE (ifxetex.zip) = 60532 |