mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
88bfe4bd43
When appropriate: - Try to use DISTVERSION{SUF,PRE}FIX - Replace PORTNAME-PORTVERSION by DISTNAME - Convert MASTER_SITES to use macros - Other light cleanup With hat: portmgr Sponsored by: Absolight
28 lines
700 B
Makefile
28 lines
700 B
Makefile
# Created by: Michael Nottebrock <lofi@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= foomatic-db-hpijs
|
|
PORTVERSION= 1.4
|
|
DISTVERSIONSUFFIX= -1
|
|
CATEGORIES= print
|
|
MASTER_SITES= LOCAL/lofi
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Foomatic data for the HPIJS printer drivers
|
|
|
|
LICENSE= GPLv2 # or later
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
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
|
|
USES= gmake perl5
|
|
USE_PERL5= build
|
|
|
|
post-patch:
|
|
${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' \
|
|
-e 's|%%LOCALBASE%%|${LOCALBASE}|g' ${WRKSRC}/configure
|
|
|
|
.include <bsd.port.mk>
|