summaryrefslogtreecommitdiff
path: root/print/if-psprint/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'print/if-psprint/Makefile')
-rw-r--r--print/if-psprint/Makefile30
1 files changed, 30 insertions, 0 deletions
diff --git a/print/if-psprint/Makefile b/print/if-psprint/Makefile
new file mode 100644
index 00000000000..6a2eb91794e
--- /dev/null
+++ b/print/if-psprint/Makefile
@@ -0,0 +1,30 @@
+# $NetBSD: Makefile,v 1.1.1.1 2000/10/16 12:19:06 abs Exp $
+#
+
+DISTNAME= if-psprint-1.0
+CATEGORIES= print
+MASTER_SITES= # empty
+DISTFILES= # empty
+
+MAINTAINER= abs@netbsd.org
+
+DEPENDS+= ghostscript{,-nox11}-[6-9]*:../../print/ghostscript
+DEPENDS+= enscript-[0-9]*:../../print/enscript
+
+USE_PERL5= YES
+
+EXTRACT_ONLY= # empty
+NO_WRKSUBDIR= yes
+NO_CHECKSUM= yes
+NO_PATCH= yes
+NO_CONFIGURE= yes
+
+do-build:
+ ${SED} -e 's|@PREFIX@|${PREFIX}|g' \
+ < ${FILESDIR}/if-psprint.pl \
+ > ${WRKSRC}/if-psprint
+
+do-install:
+ ${INSTALL_SCRIPT} ${WRKSRC}/if-psprint ${PREFIX}/libexec/if-psprint
+
+.include "../../mk/bsd.pkg.mk"