summaryrefslogtreecommitdiff
path: root/print/hpijs/Makefile
diff options
context:
space:
mode:
authorjlam <jlam>2002-09-11 00:01:28 +0000
committerjlam <jlam>2002-09-11 00:01:28 +0000
commit95ef5207b605cbf1d3db43ad82957c413c97ff14 (patch)
tree86505fbecba0a418a967e8a61db7e5e9bff3df49 /print/hpijs/Makefile
parentacc47fb6e95b185a20fd09a4c91950759db875f4 (diff)
downloadpkgsrc-95ef5207b605cbf1d3db43ad82957c413c97ff14.tar.gz
Initial import of hpijs-1.2.2.
HPIJS implements a IJS server for IJS clients such as GNU Ghostscript, and provides printing support for more than 150 printer models, including DeskJet, OfficeJet, PhotoSmart, Business InkJet, and some LaserJet models.
Diffstat (limited to 'print/hpijs/Makefile')
-rw-r--r--print/hpijs/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/print/hpijs/Makefile b/print/hpijs/Makefile
new file mode 100644
index 00000000000..dcc65cb2c33
--- /dev/null
+++ b/print/hpijs/Makefile
@@ -0,0 +1,14 @@
+# $NetBSD: Makefile,v 1.1.1.1 2002/09/11 00:01:28 jlam Exp $
+
+DISTNAME= hpijs-1.2.2
+CATEGORIES= print
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=hpinkjet/}
+
+MAINTAINER= jlam@netbsd.org
+COMMENT= HP inkjet printer driver server
+HOMEPAGE= http://hpinkjet.sourceforge.net/
+
+USE_BUILDLINK2= # defined
+GNU_CONFIGURE= # defined
+
+.include "../../mk/bsd.pkg.mk"