diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-07-02 14:51:22 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-07-02 14:51:22 +0000 |
commit | 4329c910572e5b0e4d6c59a0e9f70df3d01a0af8 (patch) | |
tree | b6537ae244543a523a1007c21169a2c67eb40152 /print/teTeX | |
parent | f4c817e5063886c023bc1b9273625a59a7e27db8 (diff) | |
download | ports-4329c910572e5b0e4d6c59a0e9f70df3d01a0af8.tar.gz ports-4329c910572e5b0e4d6c59a0e9f70df3d01a0af8.zip |
Notes
Diffstat (limited to 'print/teTeX')
-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 9f221b717ff0..87319bac715b 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> |