40 lines
925 B
Makefile
40 lines
925 B
Makefile
# $OpenBSD: Makefile,v 1.5 2009/12/10 13:49:57 ajacoutot Exp $
|
|
|
|
PKG_ARCH= *
|
|
|
|
COMMENT= Foomatic PPD data for hpijs
|
|
|
|
DISTNAME= foomatic-db-hpijs-1.4-1
|
|
PKGNAME= foomatic-db-hpijs-1.4p0
|
|
CATEGORIES= print
|
|
|
|
HOMEPAGE= http://www.linux-foundation.org/en/OpenPrinting/Database/Foomatic
|
|
|
|
MAINTAINER= Antoine Jacoutot <ajacoutot@openbsd.org>
|
|
|
|
# GPLv2
|
|
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://www.bsdfrog.org/OpenBSD/distfiles/
|
|
|
|
RUN_DEPENDS= ::print/foomatic-db \
|
|
:hpijs-*:print/hplip,-hpijs
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
USE_GMAKE= Yes
|
|
NO_REGRESS= Yes
|
|
|
|
pre-configure:
|
|
@perl -pi -e 's,!!PREFIX!!,${PREFIX},g;' \
|
|
-e 's,!!LOCALBASE!!,${LOCALBASE},g' \
|
|
${WRKSRC}/configure
|
|
|
|
.include <bsd.port.mk>
|