2002-04-02 18:03:19 +02:00
|
|
|
# ports collection makefile for: gimp-print
|
|
|
|
# Date Created: 2002 01 02
|
|
|
|
# Whom: dgilbert@velocet.ca
|
2006-06-09 16:48:50 +02:00
|
|
|
#
|
2002-04-02 18:03:19 +02:00
|
|
|
# $FreeBSD$
|
2007-04-04 17:05:33 +02:00
|
|
|
# $MCom: ports/print/gutenprint/Makefile,v 1.8 2007/04/03 17:42:21 ahze Exp $
|
2006-12-24 21:37:52 +01:00
|
|
|
#
|
2002-04-02 18:03:19 +02:00
|
|
|
|
2006-06-09 16:48:50 +02:00
|
|
|
PORTNAME= gutenprint
|
2008-03-19 18:25:14 +01:00
|
|
|
PORTVERSION= 5.1.7
|
2008-06-06 16:17:21 +02:00
|
|
|
PORTREVISION= 1
|
2002-04-02 18:03:19 +02:00
|
|
|
CATEGORIES= print
|
2007-04-04 17:05:33 +02:00
|
|
|
MASTER_SITES= # empty
|
|
|
|
DISTFILES= # empty
|
|
|
|
EXTRACT_ONLY= # empty
|
2006-06-09 16:48:50 +02:00
|
|
|
|
|
|
|
MAINTAINER= ahze@FreeBSD.org
|
2007-04-04 17:05:33 +02:00
|
|
|
COMMENT= The "meta-port" for GutenPrint
|
2002-04-02 18:03:19 +02:00
|
|
|
|
2007-04-04 17:05:33 +02:00
|
|
|
RUN_DEPENDS= gutenprint-base>0:${PORTSDIR}/print/gutenprint-base
|
2002-04-02 18:03:19 +02:00
|
|
|
|
2007-04-04 17:05:33 +02:00
|
|
|
OPTIONS= CUPS "GutenPrint (gimp-print) Cups Drivers" Off \
|
|
|
|
IJS "IJS GhostScript Drivers" On \
|
|
|
|
FOOMATIC "Foomatic data files" Off
|
2002-04-02 18:03:19 +02:00
|
|
|
|
2007-04-04 17:05:33 +02:00
|
|
|
NO_BUILD= yes
|
2002-04-02 18:03:19 +02:00
|
|
|
|
2006-06-09 16:48:50 +02:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
2007-04-04 17:05:33 +02:00
|
|
|
.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
|
2002-06-18 11:51:16 +02:00
|
|
|
.endif
|
|
|
|
|
2007-04-04 17:05:33 +02:00
|
|
|
.if !defined(WITHOUT_IJS)
|
|
|
|
RUN_DEPENDS+= gutenprint-ijs>0:${PORTSDIR}/print/gutenprint-ijs
|
2002-06-18 11:51:16 +02:00
|
|
|
.endif
|
|
|
|
|
2007-04-04 17:05:33 +02:00
|
|
|
.if defined(WITH_FOOMATIC)
|
|
|
|
RUN_DEPENDS+= gutenprint-foomatic>0:${PORTSDIR}/print/gutenprint-foomatic
|
2002-06-18 11:51:16 +02:00
|
|
|
.endif
|
|
|
|
|
2007-04-04 17:05:33 +02:00
|
|
|
do-install: # empty
|
2006-12-24 21:37:52 +01:00
|
|
|
|
2006-06-09 16:48:50 +02:00
|
|
|
.include <bsd.port.post.mk>
|