openbsd-ports/print/foomatic-db-hpijs/Makefile

40 lines
925 B
Makefile
Raw Normal View History

2009-12-10 08:49:57 -05:00
# $OpenBSD: Makefile,v 1.5 2009/12/10 13:49:57 ajacoutot Exp $
2009-12-10 05:58:45 -05:00
PKG_ARCH= *
COMMENT= Foomatic PPD data for hpijs
2009-12-10 05:58:45 -05:00
DISTNAME= foomatic-db-hpijs-1.4-1
2009-12-10 08:49:57 -05:00
PKGNAME= foomatic-db-hpijs-1.4p0
CATEGORIES= print
HOMEPAGE= http://www.linux-foundation.org/en/OpenPrinting/Database/Foomatic
MAINTAINER= Antoine Jacoutot <ajacoutot@openbsd.org>
2009-12-10 05:58:45 -05:00
# 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/
2009-12-10 05:58:45 -05:00
MASTER_SITES= http://www.bsdfrog.org/OpenBSD/distfiles/
2009-12-10 08:49:57 -05:00
RUN_DEPENDS= ::print/foomatic-db \
:hpijs-*:print/hplip,-hpijs
BUILD_DEPENDS= ${RUN_DEPENDS}
CONFIGURE_STYLE= gnu
2009-12-10 05:58:45 -05:00
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>