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/Makefile27
1 files changed, 0 insertions, 27 deletions
diff --git a/print/if-psprint/Makefile b/print/if-psprint/Makefile
deleted file mode 100644
index b3bf7c02e08..00000000000
--- a/print/if-psprint/Makefile
+++ /dev/null
@@ -1,27 +0,0 @@
-# $NetBSD: Makefile,v 1.12 2003/03/31 13:07:49 abs Exp $
-#
-
-DISTNAME= if-psprint-1.6
-CATEGORIES= print
-MASTER_SITES= http://www.mono.org/abs/tools/if-psprint/
-
-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+= enscript-[0-9]*:../../print/enscript
-
-USE_PERL5= YES
-
-do-build:
- ${SED} -e 's|/usr/local|${PREFIX}|g' \
- < ${WRKSRC}/if-psprint.pl \
- > ${WRKSRC}/if-psprint
- pod2man ${WRKSRC}/if-psprint > ${WRKSRC}/if-psprint.1
-
-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"