diff options
author | abs <abs@pkgsrc.org> | 2002-04-16 11:52:24 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2002-04-16 11:52:24 +0000 |
commit | 21ef9954ce4089ee2a0c70b911bf965044344bd9 (patch) | |
tree | ebcab02f86f4202210a040030bbcf0ef96ac0a02 /print/if-psprint/Makefile | |
parent | aa5f4b24dd2f15b8589fd308dccd8a7e7cc4614d (diff) | |
download | pkgsrc-21ef9954ce4089ee2a0c70b911bf965044344bd9.tar.gz |
Update if-psprint to 1.5
Switch to external distfile, slightly better getopt() handling
Diffstat (limited to 'print/if-psprint/Makefile')
-rw-r--r-- | print/if-psprint/Makefile | 27 |
1 files changed, 10 insertions, 17 deletions
diff --git a/print/if-psprint/Makefile b/print/if-psprint/Makefile index 45ab2c4ba2a..6d024021553 100644 --- a/print/if-psprint/Makefile +++ b/print/if-psprint/Makefile @@ -1,29 +1,22 @@ -# $NetBSD: Makefile,v 1.9 2002/03/13 17:37:36 fredb Exp $ +# $NetBSD: Makefile,v 1.10 2002/04/16 11:52:24 abs Exp $ # -DISTNAME= if-psprint-1.4 -PKGREVISION= 1 -CATEGORIES= print -MASTER_SITES= # empty -DISTFILES= # empty +DISTNAME= if-psprint-1.5 +CATEGORIES= print +MASTER_SITES= http://www.mono.org/abs/tools/if-psprint/ -MAINTAINER= abs@netbsd.org -COMMENT= Print text or postscript to arbitrary printer, can use smb +MAINTAINER= abs@netbsd.org +HOMEPAGE= http://www.mono.org/abs/tools/if-psprint/ +COMMENT= Print text or postscript to arbitrary printer, can use smb DEPENDS+= ghostscript{,-nox11}-[6-9]*:../../print/ghostscript DEPENDS+= enscript-[0-9]*:../../print/enscript -USE_PERL5= YES - -EXTRACT_ONLY= # empty -WRKSRC= ${WRKDIR} -NO_CHECKSUM= yes -NO_PATCH= yes -NO_CONFIGURE= yes +USE_PERL5= YES do-build: - ${SED} -e 's|@PREFIX@|${PREFIX}|g' \ - < ${FILESDIR}/if-psprint.pl \ + ${SED} -e 's|/usr/local|${PREFIX}|g' \ + < ${WRKSRC}/if-psprint.pl \ > ${WRKSRC}/if-psprint pod2man ${WRKSRC}/if-psprint > ${WRKSRC}/if-psprint.1 |