summaryrefslogtreecommitdiff
path: root/print/pnm2ppa/Makefile
diff options
context:
space:
mode:
authorkei <kei>2001-04-28 03:10:59 +0000
committerkei <kei>2001-04-28 03:10:59 +0000
commita6470b66b1044bb5db7caed54071191a18fb1959 (patch)
treebc4483f2fa4bab85f317d37de2bdfd928b0774d5 /print/pnm2ppa/Makefile
parent5101e80b3a4089307b7f995f02e49acacb0ccec7 (diff)
downloadpkgsrc-a6470b66b1044bb5db7caed54071191a18fb1959.tar.gz
Initial import of pnm2ppa-1.04 package. From README:
What is this? ------------- pnm2ppa, a PPM to PPA converter, creates output using the PPA (printer performance architecture) protocol. This protocol is used by some HP "Windows-only" printers, including the HP Deskjet 720C series, the HP DeskJet 820 series, and the HP DeskJet 1000 series. It has been tested on all three series, but your personal experience (positive or negative) is very much appreciated!
Diffstat (limited to 'print/pnm2ppa/Makefile')
-rw-r--r--print/pnm2ppa/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/print/pnm2ppa/Makefile b/print/pnm2ppa/Makefile
new file mode 100644
index 00000000000..7510d720900
--- /dev/null
+++ b/print/pnm2ppa/Makefile
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1.1.1 2001/04/28 03:10:59 kei Exp $
+#
+
+DISTNAME= pnm2ppa-1.04
+CATEGORIES= print converters graphics
+MASTER_SITES= http://prdownloads.sourceforge.net/pnm2ppa/
+
+MAINTAINER= kei@netbsd.org
+HOMEPAGE= http://sourceforge.net/projects/pnm2ppa/
+COMMENT= filter to convert PNM file to PPA used by some HP DJ printer
+
+MAKE_ENV+= ECHO="${ECHO}"
+MAKE_ENV+= INSTALL_DATA="${INSTALL_DATA}"
+MAKE_ENV+= INSTALL_MAN="${INSTALL_MAN}"
+MAKE_ENV+= INSTALL_PROGRAM="${INSTALL_PROGRAM}"
+
+.include "../../mk/bsd.pkg.mk"