aboutsummaryrefslogtreecommitdiffstats
path: root/print/foomatic-db-hpijs/Makefile
blob: d1e722ba3b68877a3ed313d657b6f23d11128fb1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# 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>