summaryrefslogtreecommitdiff
path: root/print/ghostscript-esp/Makefile.common
diff options
context:
space:
mode:
authoragc <agc>2004-07-26 16:45:26 +0000
committeragc <agc>2004-07-26 16:45:26 +0000
commit04c06236f45adcf7892179a29cddececf541a347 (patch)
treeabddcc21282860fa785e769a468a0012f8021ba8 /print/ghostscript-esp/Makefile.common
parent0a325be9e69a771a7419965578a42f3f42a2ba1a (diff)
downloadpkgsrc-04c06236f45adcf7892179a29cddececf541a347.tar.gz
Pullup ticket 73 to the pkgsrc-2004Q2 branch, requested by Grant Beattie
Build fixes, bump PKGREVISION for ghostscript-esp Module Name: pkgsrc Committed By: grant Date: Sun Jun 27 08:29:20 UTC 2004 Modified Files: pkgsrc/print/ghostscript-esp: Makefile Log Message: bump PKGREVISION for dependency change + new files install (hi, recht!) and Module Name: pkgsrc Committed By: recht Date: Sat Jun 26 20:51:19 UTC 2004 Modified Files: pkgsrc/print/ghostscript-esp: Makefile.common PLIST distinfo Removed Files: pkgsrc/print/ghostscript-esp/patches: patch-ae Log Message: Remove dependency on autoconf it isn't needed anymore and Also install pstopxl, pxlcolor.ppd and pxlmono.ppd. Also: don't try to @dirrm share/ghostscript - it belongs to ghostscript-fonts. ok'd by jlam
Diffstat (limited to 'print/ghostscript-esp/Makefile.common')
-rw-r--r--print/ghostscript-esp/Makefile.common11
1 files changed, 6 insertions, 5 deletions
diff --git a/print/ghostscript-esp/Makefile.common b/print/ghostscript-esp/Makefile.common
index a803986cb68..58bd358333c 100644
--- a/print/ghostscript-esp/Makefile.common
+++ b/print/ghostscript-esp/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.16 2004/05/05 02:26:41 snj Exp $
+# $NetBSD: Makefile.common,v 1.16.2.1 2004/07/26 16:45:26 agc Exp $
DISTNAME= espgs-${GS_VERS}-source
BASEGS_VERS= 7.07
@@ -65,6 +65,7 @@ REPLACE_PERL= lib/fixmswrd.pl
CUPS_CONFDIR?= ${PKG_SYSCONFBASEDIR}/cups
CUPS_EGDIR= ${PREFIX}/share/examples/cups
+CUPS_MODEL_DIR= ${PREFIX}/share/cups/model
DOCDIR= ${PREFIX}/share/doc/ghostscript
HTMLDIR= ${PREFIX}/share/doc/html/ghostscript
@@ -78,14 +79,15 @@ post-extract:
${RM} -f ${WRKSRC}/jpeg
${LN} -s ${JPEG_WRKSRC} ${WRKSRC}/jpeg
-pre-configure:
- cd ${WRKSRC} && ${AUTOCONF}
-
# Reinstall the gs binary so that it's properly stripped.
post-install:
${INSTALL_PROGRAM} ${WRKSRC}/bin/gs ${PREFIX}/bin/gs
+ ${INSTALL_SCRIPT} ${WRKSRC}/pstoraster/pstopxl \
+ ${PREFIX}/libexec/cups/filter
${INSTALL_SCRIPT} ${WRKSRC}/pstoraster/pstoraster \
${PREFIX}/libexec/cups/filter
+ ${INSTALL_DATA} ${WRKSRC}/pstoraster/pxlcolor.ppd ${CUPS_MODEL_DIR}
+ ${INSTALL_DATA} ${WRKSRC}/pstoraster/pxlmono.ppd ${CUPS_MODEL_DIR}
${INSTALL_DATA} ${WRKSRC}/pstoraster/pstoraster.convs ${CUPS_EGDIR}
.include "../../security/openssl/buildlink3.mk"
@@ -94,5 +96,4 @@ post-install:
.include "../../print/cups/buildlink3.mk"
.include "../../print/gimp-print-lib/buildlink3.mk"
-.include "../../mk/autoconf.mk"
.include "../../mk/bsd.pkg.mk"