37fa5e692b
The Hewlett-Packard Co. Linux Inkjet Driver Project is an add-on to the GNU Ghostscript application. This driver is based on the Hewlett Packard Appliance APDK for deskjet printers. WWW: http://hpinkjet.sourceforge.net/ from Benjamin Lerman <benjamin.lerman@ambre.net>
25 lines
505 B
Makefile
25 lines
505 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2003/05/29 11:12:16 sturm Exp $
|
|
|
|
COMMENT= "HP Inkjet driver for ghostscript"
|
|
|
|
DISTNAME= hpijs-1.3.1
|
|
CATEGORIES= print
|
|
|
|
HOMEPAGE= http://hpinkjet.sourceforge.net/
|
|
|
|
MAINTAINER= Benjamin Lerman <benjamin.lerman@ambre.net>
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=hpinkjet/}
|
|
|
|
RUN_DEPENDS= ::print/ghostscript/gnu
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
.include <bsd.port.mk>
|