1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-19 08:13:21 +00:00
freebsd-ports/print/foomatic-db-hpijs/Makefile
Michael Nottebrock e30952839d Make PREFIX-safe
2005-10-18 18:33:22 +00:00

29 lines
775 B
Makefile

# New ports collection makefile for: foomatic-db-hpijs
# Date created: 2005-09-17
# Whom: Michael Nottebrock <lofi@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= foomatic-db-hpijs
PORTVERSION= 1.4
CATEGORIES= print
MASTER_SITES= http://www.linuxprinting.org/download/foomatic/
DISTNAME= ${PORTNAME}-${PORTVERSION}-1
MAINTAINER= lofi@FreeBSD.org
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
USE_REINPLACE= yes
post-patch:
${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' \
-e 's|%%LOCALBASE%%|${LOCALBASE}|g' ${WRKSRC}/configure
.include <bsd.port.mk>