freebsd-ports/print/foomatic-db-engine/Makefile
John Marino bdcb449187 print/foomatic-db-engine is not jobs safe
This port has failed on me with multijob several times.
The last time, the lib/perl5/site_perl/Foomatic/Defaults.pm file
was not installed, so set MAKE_JOBS_UNSAFE.
2015-07-06 10:05:02 +00:00

47 lines
1.3 KiB
Makefile

# Created by: Martin Ranne <gasp@ridcully.dnsalias.org>
# $FreeBSD$
PORTNAME= engine
PORTVERSION= 4.0.12
PORTEPOCH= 2
CATEGORIES= print
MASTER_SITES= http://www.openprinting.org/download/foomatic/ \
GOOGLE_CODE \
LOCAL/acm/foomatic
PKGNAMEPREFIX= foomatic-db-
DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION}
DIST_SUBDIR= foomatic
MAINTAINER= bofh@FreeBSD.org
COMMENT= Foomatic database engine
LICENSE= GPLv2
LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl
USE_GNOME= libxml2
USES= gmake perl5
GNU_CONFIGURE= yes
CONFIGURE_ENV= PERL=${PERL} LIBDIR=${PREFIX}/share/foomatic/ \
LIB_CUPS=${LOCALBASE}/libexec/cups \
CUPS_FILTERS=${LOCALBASE}/libexec/cups/filters \
CUPS_BACKENDS=${LOCALBASE}/libexec/cups/backends
MAKE_JOBS_UNSAFE= yes
post-patch:
@${REINPLACE_CMD} -e \
"s,sysconfdir=/etc,sysconfdir=\'${PREFIX}/etc\',g ; \
s,/usr/local/etc:,${PREFIX}/etc:,g" ${WRKSRC}/configure
@${REINPLACE_CMD} -e \
"s,/usr/local/bin:,${PREFIX}/bin:,g" ${WRKSRC}/Makefile.in
@${REINPLACE_CMD} -e \
"/ln -sf foo/ s,foomatic-ppdfile,$$\(BINDIR\)/foomatic-ppdfile," \
-e "/if \[ -d/ s,LIB_CUPS,PREFIX," ${WRKSRC}/Makefile.in
post-install:
.for file in foomatic-combo-xml foomatic-perl-data
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${file}
.endfor
.include <bsd.port.mk>