# New ports collection makefile for: dvipsk-tetex # Date created: 5 May 2004 # Whom: hrs # # $FreeBSD$ PORTNAME= dvipsk-tetex PORTVERSION= 5.95a PORTREVISION= 1 CATEGORIES= print MASTER_SITES= ${MASTER_SITE_TEX_CTAN} \ ftp://ftp.ascii.co.jp/pub/TeX/ascii-ptex/dvips/:1 MASTER_SITE_SUBDIR= systems/unix/teTeX/3.0/distrib DISTNAME= ${TETEX_SRC} DIST_SUBDIR= teTeX MAINTAINER= hrs@FreeBSD.org COMMENT= Convert a TeX DVI file to PostScript BUILD_DEPENDS= ${TEXMFLOCAL_LSR}:${PORTSDIR}/print/tex-texmflocal \ ${LOCALBASE}/${TEXMFDISTDIR}/LICENSE.texmf:${PORTSDIR}/print/teTeX-texmf \ mktexlsr:${PORTSDIR}/print/teTeX-base RUN_DEPENDS= ${TEXMFLOCAL_LSR}:${PORTSDIR}/print/tex-texmflocal \ ${LOCALBASE}/${TEXMFDISTDIR}/LICENSE.texmf:${PORTSDIR}/print/teTeX-texmf \ mktexlsr:${PORTSDIR}/print/teTeX-base LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \ wwwcore.1:${PORTSDIR}/www/libwww \ t1.5:${PORTSDIR}/devel/t1lib PLIST_SUB= TEXMFDIR=${TEXMFDIR} \ TEXMFDISTDIR=${TEXMFDISTDIR} \ TEXMFCONFIGDIR=${TEXMFCONFIGDIR} \ MKTEXLSR=${MKTEXLSR} PATCH_WRKSRC= ${WRKDIR}/${TETEX_SRC} BUILD_WRKSRC= ${WRKDIR}/${DISTNAME}/texk/dvipsk INSTALL_WRKSRC= ${WRKDIR}/${DISTNAME}/texk/dvipsk GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-multiplatform \ --without-texinfo \ --without-texi2html \ --without-dialog \ --with-system-ncurses --with-system-zlib \ --with-system-wwwlib --with-libwww-libdir=${LIBWWW_PREFIX}/lib \ --with-libwww-include=${LIBWWW_PREFIX}/include/w3c-libwww \ --with-system-pnglib --with-pnglib-libdir=${LIBPNG_PREFIX}/lib \ --with-pnglib-include=${LIBPNG_PREFIX}/include \ --with-system-t1lib --with-t1lib-libdir=${LIBT1_PREFIX}/lib \ --with-t1lib-include=${LIBT1_PREFIX}/include \ --without-xdvik --without-oxdvik CONFLICTS= *-teTeX-[0-9]* \ ja-ptex-*-[0-9]* \ dvips-[0-9]* \ *-dvips-[0-9]* \ *-dvipsk-[0-9]* MAN1= dvips.1 afm2tfm.1 MLINKS= dvips.1 odvips.1 INFO= dvips .if defined(WITH_LETTERSIZE) FLAVOR+= letter PAPERSIZE= letter .else PAPERSIZE= a4 .endif TETEX_SRC= tetex-src-3.0 MKTEXLSR?= ${LOCALBASE}/bin/mktexlsr TEXMFDIR= share/texmf TEXMFLOCALDIR= share/texmf-local TEXMFLOCAL_LSR= ${LOCALBASE}/${TEXMFLOCALDIR}/ls-R TEXMFDISTDIR= share/texmf-dist TEXMFDIST_LSR= ${TEXMFDISTDIR}/ls-R TEXMFCONFIGDIR= share/texmf-config TEXMFCONFIG_LSR=${TEXMFCONFIGDIR}/ls-R TEXCONFIGBIN= ${LOCALBASE}/bin/texconfig-sys DVIPSDIR= ${LOCALBASE}/${TEXMFDIR}/dvips/config DVIPSCONFDIR= ${LOCALBASE}/${TEXMFCONFIGDIR}/dvips/config LIBPNG_PREFIX?= ${LOCALBASE} LIBWWW_PREFIX?= ${LOCALBASE} LIBT1_PREFIX?= ${LOCALBASE} LIBGD_PREFIX?= ${LOCALBASE} PKGINSTALL= ${WRKDIR}/pkg-install.sh PKGDEINSTALL= ${WRKDIR}/pkg-install.sh PKGINSTALL_SUB= PAPERSIZE=${PAPERSIZE} \ MKTEXLSR=${MKTEXLSR} \ DVIPSDIR=${DVIPSDIR} \ DVIPSCONFDIR=${DVIPSCONFDIR} \ TEXCONFIGBIN=${TEXCONFIGBIN} \ LOCALBASE=${LOCALBASE} pre-build: ${SED} ${PKGINSTALL_SUB:S/$/!g/:S/^/ -e s!%%/:S/=/%%!/} \ < ${FILESDIR}/pkg-install.in > ${PKGINSTALL} ${CHMOD} 0755 ${PKGINSTALL} post-install: @${PKGINSTALL} ${PKGNAME} POST-INSTALL .include 3.2.2 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/beep-media-player
Commit message (Expand)AuthorAgeFilesLines
* Conversion to a single libtool environment.ade2006-02-232-2/+16
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-221-1/+1
* Add SHA256 distinfovs2005-12-091-0/+2
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-11-151-1/+1
* Bump PORTREVISION to chase the glib20 shared library update.marcus2005-11-051-1/+1
* - Add patch to enable ipv6 supportehaupt2005-10-182-10/+12
* fix some ioctl sign-extension issues on 64bit platformsoliver2005-06-203-1/+55
* - Bugfix: make xmms_remote_get_info() return correct information instead of somenovel2005-05-142-1/+22
* Unbreak build when the WITH_3DNOW option is disabled.lawrance2005-04-251-9/+0
* Bump PORTREVISION to chase the glib20 shared lib version change.marcus2005-03-121-1/+1
* Bump PORTREV as a hint to the package cluster after discussion with krisvs2005-03-011-1/+1
* Build WAV-plugin (bump PORTREV)vs2005-02-282-2/+3
* Fix "ownership" of lib/bmp/General and make the plugins respect the newvs2005-02-252-20/+8
* - Fix crash on exitingpav2004-12-131-1/+2
* - Update to 0.9.7pav2004-12-126-39/+15
* Bump PORTREVISIONS for all ports that depend on atk or pango to ease in themarcus2004-11-081-0/+1
* Update to 0.9.7.rc2.linimon2004-10-122-3/+3
* - Provide a more useful libmap.conf snippetpav2004-08-301-4/+4
* Update to 0.9.7rc1vs2004-08-2517-533/+74
* - Don't install .la filespav2004-08-013-59/+7
* - Fix build with gcc-3.4pav2004-08-011-2/+11
* Chase the glib20 update, and bump all affected ports' PORTREVISIONs.marcus2004-04-051-0/+1
* Whoa there, boy, that's a mighty big commit y'all have there...ade2004-03-141-1/+1
* /tmp/cvs7Yiceweik2004-03-101-1/+1
* Reset undeliverable maintainer addresskris2004-02-171-1/+1
* Update to 0.9.6 and bump PORTEPOCH since 0.9.6 is numerically less thanmarcus2004-02-0822-583/+534
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-1/+1
* - Fix build of vorbis plugin on 4.xpav2003-12-264-1/+98
* Catch up with libogg/libvorbis version bump.naddy2003-12-211-2/+2
* Restore Ogg/Vorbis support.marcus2003-11-201-6/+6
* Modify patch to allow compilation on 4.xlofi2003-11-171-2/+11
* * Update to pre5marcus2003-11-1513-10/+490
* Add a missing ':' to the ESDPLUGIN PLIST_SUB. I missed this in my commitmarcus2003-11-141-1/+1