2013-09-21 00:43:59 +02:00
|
|
|
# Created by: Michael Nottebrock <lofi@FreeBSD.org>
|
2005-09-21 16:33:21 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= foomatic-db-hpijs
|
|
|
|
PORTVERSION= 1.4
|
|
|
|
CATEGORIES= print
|
2007-02-05 10:40:29 +01:00
|
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
|
|
|
MASTER_SITE_SUBDIR=lofi
|
2005-09-21 16:33:21 +02:00
|
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}-1
|
|
|
|
|
2008-09-07 02:36:27 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2005-09-21 16:33:21 +02:00
|
|
|
COMMENT= Foomatic data for the HPIJS printer drivers
|
|
|
|
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/share/foomatic/db/oldprinterids:${PORTSDIR}/print/foomatic-db
|
|
|
|
RUN_DEPENDS= ${LOCALBASE}/share/foomatic/db/oldprinterids:${PORTSDIR}/print/foomatic-db
|
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_GMAKE= yes
|
2005-10-18 20:33:22 +02:00
|
|
|
|
2013-09-21 00:43:59 +02:00
|
|
|
NO_STAGE= yes
|
2005-10-18 20:33:22 +02:00
|
|
|
post-patch:
|
|
|
|
${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' \
|
|
|
|
-e 's|%%LOCALBASE%%|${LOCALBASE}|g' ${WRKSRC}/configure
|
2005-09-21 16:33:21 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|