summaryrefslogtreecommitdiff
path: root/print/apsfilter/Makefile
diff options
context:
space:
mode:
authormartti <martti@pkgsrc.org>2002-01-10 06:53:02 +0000
committermartti <martti@pkgsrc.org>2002-01-10 06:53:02 +0000
commit928dec5c5c16d02626df4a00303746e85495b596 (patch)
tree17c75a7ab30de90939b056d17b711d0effcd53ee /print/apsfilter/Makefile
parent00d36e3d3e2d7c36db7043b9381d774c49304596 (diff)
downloadpkgsrc-928dec5c5c16d02626df4a00303746e85495b596.tar.gz
Updated apsfilter to 7.1.1
* a new apspreview script, that allows you to preview your print session using gv, kghostview or ghostview * a new apsfilter-bug script that assists you in releasing bug reports * some handbook and manpage updates / fixes * new drivers * driver fixes http://www.apsfilter.org/download/ChangeLog-7.1.1
Diffstat (limited to 'print/apsfilter/Makefile')
-rw-r--r--print/apsfilter/Makefile18
1 files changed, 11 insertions, 7 deletions
diff --git a/print/apsfilter/Makefile b/print/apsfilter/Makefile
index e413ed04357..6ed0223766f 100644
--- a/print/apsfilter/Makefile
+++ b/print/apsfilter/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2001/09/27 23:18:35 jlam Exp $
+# $NetBSD: Makefile,v 1.3 2002/01/10 06:53:02 martti Exp $
#
-DISTNAME= apsfilter-6.1.1
+DISTNAME= apsfilter-7.1.1
CATEGORIES= print
MASTER_SITES= http://www.apsfilter.org/download/
@@ -22,16 +22,20 @@ DEINSTALL_FILE= ${WRKDIR}/.DEINSTALL
WRKSRC= ${WRKDIR}/apsfilter
+HAS_CONFIGURE= YES
USE_BZIP2= YES
+CONFIGURE_ARGS+=--prefix=${LOCALBASE}
+CONFIGURE_ARGS+=--with-shell=${SH}
+
post-patch:
- for i in bin/apsfilter SETUP tools/prtmgmt; do \
- ${SED} "s,/usr/local,${LOCALBASE},g" ${WRKSRC}/$$i \
- > ${WRKSRC}/$$i.done; \
- ${MV} ${WRKSRC}/$$i.done ${WRKSRC}/$$i; \
+ for i in bin/apsfilter.in SETUP.in tools/prtmgmt; do \
+ ${SED} "s,/usr/local,${LOCALBASE},g" ${WRKSRC}/$$i \
+ > ${WRKSRC}/$$i.done; \
+ ${MV} ${WRKSRC}/$$i.done ${WRKSRC}/$$i; \
done
- ${SED} "s,@LOCALBASE@,${LOCALBASE},g" ${PKGDIR}/DEINSTALL \
+ ${SED} "s,@LOCALBASE@,${LOCALBASE},g" ${PKGDIR}/DEINSTALL \
> ${DEINSTALL_FILE}
.include "../../mk/bsd.pkg.mk"