ba1681e53f
The collected knowledge about printers, drivers, and driver options in XML files, used by foomatic-db-engine to generate PPD files. work by and ok jakemsr@ (very minor tweaks from me), ok kili@
38 lines
854 B
Makefile
38 lines
854 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2007/09/09 14:41:26 ajacoutot Exp $
|
|
|
|
COMMENT= Foomatic PPD data
|
|
|
|
V= 20070708
|
|
DISTNAME= foomatic-db-3.0-${V}
|
|
CATEGORIES= print
|
|
|
|
HOMEPAGE= http://www.linux-foundation.org/en/OpenPrinting/Database/Foomatic
|
|
|
|
MAINTAINER= Jacob Meuser <jakemsr@openbsd.org>
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
# tarballs are only available for a 24 hour period
|
|
#MASTER_SITES= http://www.linuxprinting.org/download/foomatic/
|
|
MASTER_SITES= http://jakemsr.trancell.org/distfiles/ \
|
|
http://openbsd.dead-parrot.de/distfiles/ \
|
|
http://www.obsd.fr/OpenBSD/distfiles/
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
CONFIGURE_ARGS= --disable-ppds-to-cups
|
|
|
|
PKG_ARCH= *
|
|
|
|
WRKDIST= ${WRKDIR}/foomatic-db-${V}
|
|
|
|
SUBST_VARS= LOCALBASE
|
|
|
|
NO_BUILD= Yes
|
|
NO_REGRESS= Yes
|
|
|
|
.include <bsd.port.mk>
|