diff options
author | jlam <jlam> | 2002-09-13 06:53:31 +0000 |
---|---|---|
committer | jlam <jlam> | 2002-09-13 06:53:31 +0000 |
commit | 10035fcdc6e26e1c5e9db5abf0df0105d66671b5 (patch) | |
tree | d2e1cce582bf34cf1bb4f37c4673fcd268b32828 /print/if-psprint | |
parent | 0a2a39bebc50e86a43dd22a214e196bb2116d058 (diff) | |
download | pkgsrc-10035fcdc6e26e1c5e9db5abf0df0105d66671b5.tar.gz |
Use ghostscript.mk.
Diffstat (limited to 'print/if-psprint')
-rw-r--r-- | print/if-psprint/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/if-psprint/Makefile b/print/if-psprint/Makefile index 6d024021553..0bb579b0119 100644 --- a/print/if-psprint/Makefile +++ b/print/if-psprint/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2002/04/16 11:52:24 abs Exp $ +# $NetBSD: Makefile,v 1.11 2002/09/13 06:53:41 jlam Exp $ # DISTNAME= if-psprint-1.5 @@ -9,7 +9,6 @@ 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 @@ -24,4 +23,5 @@ do-install: ${INSTALL_SCRIPT} ${WRKSRC}/if-psprint ${PREFIX}/libexec/if-psprint ${INSTALL_MAN} ${WRKSRC}/if-psprint.1 ${PREFIX}/man/man1/if-psprint.1 +.include "../../mk/ghostscript.mk" .include "../../mk/bsd.pkg.mk" |