diff options
author | bapt <bapt@FreeBSD.org> | 2014-07-02 14:51:22 +0000 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-07-02 14:51:22 +0000 |
commit | add8ba6c8028fa6013f29ee0719f438f3b80425d (patch) | |
tree | b6537ae244543a523a1007c21169a2c67eb40152 | |
parent | 6d134b9bfeee393dc6d317f5544e8fd47f13dffa (diff) | |
download | FreeBSD-ports-add8ba6c8028fa6013f29ee0719f438f3b80425d.zip FreeBSD-ports-add8ba6c8028fa6013f29ee0719f438f3b80425d.tar.gz |
Support stage
-rw-r--r-- | print/teTeX/Makefile | 27 |
1 files changed, 7 insertions, 20 deletions
diff --git a/print/teTeX/Makefile b/print/teTeX/Makefile index 9f221b7..87319ba 100644 --- a/print/teTeX/Makefile +++ b/print/teTeX/Makefile @@ -10,7 +10,7 @@ DISTFILES= # empty EXTRACT_ONLY= # empty MAINTAINER= hrs@FreeBSD.org -COMMENT= A meta port for teTeX suite +COMMENT= meta port for teTeX suite RUN_DEPENDS= ${LOCALBASE}/share/fonts/cm-super/README:${PORTSDIR}/print/cm-super @@ -18,37 +18,24 @@ USE_TEX= base texmf dvipsk dvipdfmx OPTIONS_DEFINE= LETTERSIZE X11 LETTERSIZE_DESC= Use letter size by default -NO_STAGE= yes -.include <bsd.port.options.mk> +NO_BUILD= yes +NO_MTREE= yes +NO_INSTALL= yes -.if ${PORT_OPTIONS:MX11} -USE_TEX+= xdvik -.endif +X11_USE= TEX=xdvik # XXX: We always build in batch mode to disable OPTIONS # in print/teTeX-base. DEPENDS_ARGS+= BATCH=yes +.include <bsd.port.options.mk> + .if ${PORT_OPTIONS:MLETTERSIZE} -FLAVOR+= letter DEPENDS_ARGS+= WITH_LETTERSIZE=true PAPERSIZE= letter -.else -PAPERSIZE= a4 .endif TEXMFDISTDIR= share/texmf-dist TEXMFLOCAL_LSR= ${LOCALBASE}/share/texmf-local/ls-R -# XXX: this does not work -#.if defined(FLAVOR) -#PKGNAMESUFFIX= ${FLAVOR:S,^,-,:Q:S,\\ ,,g:S,\\-,-,g} -#.endif - -do-build: - @${DO_NADA} - -do-install: #emtpy - @${DO_NADA} - .include <bsd.port.mk> |