diff options
author | hubertf <hubertf@pkgsrc.org> | 1999-08-03 13:54:56 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1999-08-03 13:54:56 +0000 |
commit | 069c061468c274a2537e74f92fd5ea67f967367a (patch) | |
tree | 979dc1c3127e792a3bf5305c4feefcae769e75d3 /print/teTeX-bin/Makefile | |
parent | de169786f0442d28ca18f008f3231958b92cf0e8 (diff) | |
download | pkgsrc-069c061468c274a2537e74f92fd5ea67f967367a.tar.gz |
This package contains the executables for the teTeX installation
as well as other files that were created when generating the binaries:
info files, format files and manual pages.
Belongs to teTeX-1.0(.6)
Diffstat (limited to 'print/teTeX-bin/Makefile')
-rw-r--r-- | print/teTeX-bin/Makefile | 62 |
1 files changed, 62 insertions, 0 deletions
diff --git a/print/teTeX-bin/Makefile b/print/teTeX-bin/Makefile new file mode 100644 index 00000000000..0fd93c3a89a --- /dev/null +++ b/print/teTeX-bin/Makefile @@ -0,0 +1,62 @@ +# $NetBSD: Makefile,v 1.1.1.1 1999/08/03 13:54:56 hubertf Exp $ +# FreeBSD Id: Makefile,v 1.20 1997/08/05 06:56:41 tg Exp +# + +DISTNAME= teTeX-1.0 +PKGNAME= teTeX-bin-1.0.6 +CATEGORIES= print +MASTER_SITES= ${MASTER_SITE_TEX_CTAN:=systems/unix/teTeX/1.0/distrib/sources/} +DISTFILES= teTeX-src-1.0.6.tar.gz + +MAINTAINER= hubertf@netbsd.org + +DEPENDS+= teTeX-share-1.0:../teTeX-share +DEPENDS+= dialog-0.6z:../../misc/dialog +DEPENDS+= libwww-5.1m1:../../www/libwww +DEPENDS+= ncurses-4.2:../../devel/ncurses +DEPENDS+= png-1.0.3:../../graphics/png + +ALL_TARGET= all +INSTALL_TARGET= install strip +DIST_SUBDIR= teTeX +USE_GMAKE= yes +USE_X11= yes +CFLAGS+= -Dunix +GNU_CONFIGURE= yes +CONFIGURE_ARGS+=--without-texinfo \ + --without-dialog \ + --disable-multiplatform \ + --enable-ipc \ + --enable-auto-core \ + --with-epsfwin \ + --with-hp2627win \ + --with-mftalkwin \ + --with-x11 \ + --enable-a4 \ + --with-system-wwwlib \ + --with-libwww=${LOCALBASE} \ + --with-libwww-libdir=${LOCALBASE}/lib \ + --with-libwww-include=${LOCALBASE}/include/w3c-libwww \ + --with-system-ncurses \ + --with-ncurses-libdir=${LOCALBASE}/lib \ + --with-ncurses-include=${LOCALBASE}/include \ + --with-system-pnglib \ + --with-pnglib-libdir=${LOCALBASE}/lib \ + --with-pnglib-include=${LOCALBASE}/include \ + --with-system-zlib \ + --with-zlib-libdir=/usr/lib \ + --with-zlib-include=/usr/include + +CONFIGURE_ENV+= INSTALL_PROGRAM="${INSTALL_PROGRAM}" \ + INSTALL_SCRIPT="${INSTALL_SCRIPT}" \ + INSTALL_DATA="${INSTALL_DATA}" + +post-install: + ### someone needs to adjust papersize to this: + #texconfig dvips paper a4 + #texconfig xdvi a4 + texconfig font ro + texconfig font vardir /var/spool/texfonts + texconfig font options appendonlydir varfonts + +.include "../../mk/bsd.pkg.mk" |