diff options
author | Andreas Klemm <andreas@FreeBSD.org> | 2000-03-25 21:02:50 +0000 |
---|---|---|
committer | Andreas Klemm <andreas@FreeBSD.org> | 2000-03-25 21:02:50 +0000 |
commit | 00114700d01225f61a482bc37bde43f2587f9c24 (patch) | |
tree | 70dc03f79cb0f92fbd6b278dc726d75d946d2c6b /print/ghostscript-afpl/Makefile | |
parent | - Clean up and minor fixes (diff) |
- fix typo in variable name (Louis), changed it to HP8XX_DRV afterwards
- make configure script work (Louis)
- make configure.batch script work (Andreas)
- extract contributed HP8XX driver in ${WRKSRC}/src
- make png driver compile (add $(PREFIX)/include to XINCLUDE variable)
Dunno, if this will be the last round of cleanups...
Submitted by: "Louis A. Mamakos" <louie@TransSys.COM>
Diffstat (limited to 'print/ghostscript-afpl/Makefile')
-rw-r--r-- | print/ghostscript-afpl/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/print/ghostscript-afpl/Makefile b/print/ghostscript-afpl/Makefile index 16fdc9524499..cb7eb45402c6 100644 --- a/print/ghostscript-afpl/Makefile +++ b/print/ghostscript-afpl/Makefile @@ -13,12 +13,10 @@ MASTER_SITES= ftp://ftp.cs.wisc.edu/ghost/aladdin/gs601/ \ http://www.ozemail.com.au/~geoffk/pdfencrypt/ \ http://www.proaxis.com/~mgelhaus/linux/software/hp880c/1.31/ DISTFILES= ${GS_SOURCES} ${GS_FONTS_STD} ${GS_FONTS_OTHER} \ - ${DECRYPT_PDF} ${HP880_DRV} + ${DECRYPT_PDF} ${HP8XX_DRV} MAINTAINER= andreas@FreeBSD.org -BROKEN= "needs more work, does not built cleanly" - Y2K= http://www.cs.wisc.edu/~ghost/aladdin/y2k.html BUILD_DEPENDS= /nonexistent:${PORTSDIR}/graphics/jpeg:extract @@ -49,7 +47,7 @@ GS_FONTS_OTHER= ghostscript-fonts-other-6.0.tar.gz # Additional Drivers: # http://www.proaxis.com/~mgelhaus/linux/software/hp880c/hp880c.html -HP880_DRV= gdevcd8.tar.gz +HP8XX_DRV= gdevcd8.tar.gz # contributed uniprint profiles CONTRIB_UPP= lqx70ch.upp lqx70cl.upp lqx70cm.upp \ @@ -75,7 +73,7 @@ pre-fetch: post-extract: @${LN} -s ${PORTSDIR}/graphics/jpeg/work/jpeg-6b ${WRKSRC}/jpeg - @cd ${WRKSRC}; ${TAR} -xzf ${DISTDIR}/${HP850_DRV} + @cd ${WRKSRC}/src; ${TAR} -xzf ${DISTDIR}/${HP8XX_DRV} do-configure: .if defined(BATCH) |