pkgsrc/print/teTeX-bin/Makefile
hubertf 069c061468 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)
1999-08-03 13:54:56 +00:00

62 lines
1.7 KiB
Makefile

# $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"