1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-30 05:40:06 +00:00
freebsd-ports/print/gutenprint/Makefile
Michael Scheidell 0bcd213f10 - print/gutenprint-cups build prompts unprivileged user [1]
- Upgrade related porrs to 5.2.8 [2]
- Convert to OptionsNG [2]
- Add GPL license information [2]
- pet portlint (minor re-arrancement of COMMENT/LICENSE to shut portlint up)

PR:		ports/169026 [1]
Submitted by:	dougb@ [1]
Submitted by:	Christoph Moench-Tegeder <cmt@burggraben.net> (maintainer) [2]
2012-07-03 15:36:20 +00:00

51 lines
1.2 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.2.8
CATEGORIES= print
MASTER_SITES= # empty
DISTFILES= # empty
EXTRACT_ONLY= # empty
MAINTAINER= cmt@burggraben.net
COMMENT= The "meta-port" for GutenPrint
RUN_DEPENDS= gutenprint-base>0:${PORTSDIR}/print/gutenprint-base
OPTIONS_DEFINE= CUPS GIMP IJS FOOMATIC
OPTIONS_DEFAULT= IJS
CUPS_DESC= GutenPrint (gimp-print) Cups Drivers
GIMP_DESC= GIMP Gutenprint printing plugin
IJS_DESC= IJS GhostScript Drivers
FOOMATIC_DESC= Foomatic data files
NO_BUILD= yes
.include <bsd.port.pre.mk>
.if ${PORT_OPTIONS:MCUPS}
RUN_DEPENDS+= gutenprint-cups>0:${PORTSDIR}/print/gutenprint-cups
.endif
.if ${PORT_OPTIONS:MGIMP}
RUN_DEPENDS+= gimp-gutenprint>0:${PORTSDIR}/print/gimp-gutenprint
.endif
.if ${PORT_OPTIONS:MIJS}
RUN_DEPENDS+= gutenprint-ijs>0:${PORTSDIR}/print/gutenprint-ijs
.endif
.if ${PORT_OPTIONS:MFOOMATIC}
RUN_DEPENDS+= gutenprint-foomatic>0:${PORTSDIR}/print/gutenprint-foomatic
.endif
do-install: # empty
.include <bsd.port.post.mk>