1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/print/gutenprint/Makefile
Edwin Groothuis 090059a210 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 14:17:21 +00:00

49 lines
1.1 KiB
Makefile

# ports collection makefile for: gimp-print
# Date Created: 2002 01 02
# Whom: dgilbert@velocet.ca
#
# $FreeBSD$
# $MCom: ports/print/gutenprint/Makefile,v 1.8 2007/04/03 17:42:21 ahze Exp $
#
PORTNAME= gutenprint
PORTVERSION= 5.1.7
PORTREVISION= 1
CATEGORIES= print
MASTER_SITES= # empty
DISTFILES= # empty
EXTRACT_ONLY= # empty
MAINTAINER= ahze@FreeBSD.org
COMMENT= The "meta-port" for GutenPrint
RUN_DEPENDS= gutenprint-base>0:${PORTSDIR}/print/gutenprint-base
OPTIONS= CUPS "GutenPrint (gimp-print) Cups Drivers" Off \
IJS "IJS GhostScript Drivers" On \
FOOMATIC "Foomatic data files" Off
NO_BUILD= yes
.include <bsd.port.pre.mk>
.if defined(WITH_CUPS)
RUN_DEPENDS+= gutenprint-cups>0:${PORTSDIR}/print/gutenprint-cups
.endif
.if defined(WITH_GIMP)
RUN_DEPENDS+= gimp-gutenprint>0:${PORTSDIR}/print/gimp-gutenprint
.endif
.if !defined(WITHOUT_IJS)
RUN_DEPENDS+= gutenprint-ijs>0:${PORTSDIR}/print/gutenprint-ijs
.endif
.if defined(WITH_FOOMATIC)
RUN_DEPENDS+= gutenprint-foomatic>0:${PORTSDIR}/print/gutenprint-foomatic
.endif
do-install: # empty
.include <bsd.port.post.mk>