openbsd-ports/print/foomatic-db/Makefile
ajacoutot 80b8e36a57 - use a saner version number
noticed by jakemsr@
discussed with brad@ and bernd@
2007-09-26 08:17:47 +00:00

39 lines
881 B
Makefile

# $OpenBSD: Makefile,v 1.2 2007/09/26 08:17:47 ajacoutot Exp $
COMMENT= Foomatic PPD data
V= 20070708
DISTNAME= foomatic-db-3.0-${V}
PKGNAME= 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>