# $NetBSD: Makefile,v 1.36 1999/04/26 19:25:05 garbled Exp $ # DISTNAME= ghostscript-5.50 CATEGORIES= print MASTER_SITES= ftp://ftp.cs.wisc.edu/ghost/aladdin/gs550/ \ ftp://ftp.cs.wisc.edu/ghost/aladdin/fonts/ \ http://www.erdw.ethz.ch/~bonk/ftp/gs-driver-distrib/ \ http://www.ozemail.com.au/~geoffk/pdfencrypt/ DISTFILES= ${GS_SOURCES} ${GS_FONTS_STD} ${GS_FONTS_OTHER} \ ${HP850_DRV} ${PDF_SEC} MAINTAINER= explorer@netbsd.org HOMEPAGE= http://www.cs.wisc.edu/~ghost/index.html BUILD_DEPENDS= ${BUILD_ROOT}/graphics/jpeg/${WRKDIR:T}/jpeg-6b:../../graphics/jpeg:extract \ unzip:../../archivers/unzip DEPENDS= png-1.0.3:../../graphics/png .include "../../mk/bsd.prefs.mk" USE_X11= yes EXTRACT_ONLY= ${GS_SOURCES} WRKSRC= ${WRKDIR}/gs5.50 MAKEFILE= unix-gcc.mak ALL_TARGET= std MAKE_ENV+= MAKEOBJDIR=. .if ${OPSYS} == "SunOS" MAKE_FLAGS= prefix=${PREFIX} CFLAGS="${CFLAGS}" XLDFLAGS="-Wl,-R${LOCALBASE}/lib -Wl,-R${X11BASE}/lib -Wl,-R${LOCALBASE}/bsd/lib -L${LOCALBASE}/bsd/lib" .else MAKE_FLAGS= prefix=${PREFIX} CFLAGS="${CFLAGS}" XLDFLAGS="-Wl,-R${LOCALBASE}/lib -Wl,-R${X11BASE}/lib" .endif GS_SOURCES= ghostscript-5.50.tar.gz GS_SOURCES+= ghostscript-5.50gnu.tar.gz # Note: the following two are special files. In the 5.50 directory # on the FTP site, there are symlinks: # ghostscript-fonts-other-5.50.tar.gz -> # ../fonts/ghostscript-fonts-other-4.40.tar.gz # To avoid unnecessarily downloading distfiles, do not change these # when upgrading the port unless the symlinks/files really change. GS_FONTS_STD= ghostscript-fonts-std-5.10a.tar.gz GS_FONTS_OTHER= ghostscript-fonts-other-5.10.tar.gz # Additional driver HP 850, see http://www.erdw.ethz.ch/~bonk/hp850/hp850.html HP850_DRV= hp8xxs13.zip # PostScript source to decode encrypted PDF files PDF_SEC= pdf_sec.ps .if defined(PAPERSIZE) && (${PAPERSIZE} == "A4" || ${PAPERSIZE} == "a4") PAPERSIZE_DEF= -DA4 .endif SCRIPT_SUFFIX= .batch post-extract: ${LN} -s ${BUILD_ROOT}/graphics/jpeg/${WRKDIR:T}/jpeg-6b ${WRKSRC}/jpeg cd ${WRKSRC} && unzip -uLa ${DISTDIR}/${HP850_DRV} ${CP} ${DISTDIR}/${PDF_SEC} ${WRKSRC} do-configure: @${SETENV} WRKSRC=${WRKSRC} PREFIX=${PREFIX} \ ${SH} ${SCRIPTDIR}/configure${SCRIPT_SUFFIX} do-build: cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} \ ${MAKE_PROGRAM} ${PAPERSIZE_DEF} ${MAKE_FLAGS} -f ${MAKEFILE} ${ALL_TARGET} pre-install: @${MKDIR} ${PREFIX}/share/ghostscript ${PREFIX}/bin ${PREFIX}/man/man1 (cd ${PREFIX}/share/ghostscript ; \ ${GTAR} -xzf ${DISTDIR}/${GS_FONTS_STD}) (cd ${PREFIX}/share/ghostscript/fonts ; \ ${GTAR} -xzf ${DISTDIR}/${GS_FONTS_OTHER}) post-install: strip ${PREFIX}/bin/gs pre-clean: @cd ../../graphics/jpeg && ${MAKE} clean .include "../../mk/bsd.pkg.mk"