mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
- Add gimp-devel-gutenprint [1]
- Make gimp-devel depend on gimp-devel-gutenprint instead of gimp-gutenprint [2] Repocopied by: marcus [1] Reported by: kris mail [2]
This commit is contained in:
parent
7fa8e9e276
commit
975866a281
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=191050
@ -8,6 +8,7 @@
|
||||
|
||||
PORTNAME= gimp
|
||||
PORTVERSION?= 2.3
|
||||
PORTREVISION= 1
|
||||
PORTEPOCH?= 2
|
||||
CATEGORIES= graphics gnome
|
||||
MASTER_SITES?= # empty
|
||||
@ -43,7 +44,7 @@ RUN_DEPENDS+= ${LOCALBASE}/libexec/gimp/2.2/environ/pygimp.env:${PORTSDIR}/graph
|
||||
.endif
|
||||
|
||||
.if !defined(WITHOUT_PRINT)
|
||||
RUN_DEPENDS+= ${LOCALBASE}/libexec/gimp/2.2/plug-ins/print:${PORTSDIR}/print/gimp-gutenprint
|
||||
RUN_DEPENDS+= ${LOCALBASE}/libexec/gimp/2.2/plug-ins/print:${PORTSDIR}/print/gimp-devel-gutenprint
|
||||
.endif
|
||||
|
||||
do-install: # empty
|
||||
|
@ -92,6 +92,7 @@
|
||||
SUBDIR += ghostscript-gpl
|
||||
SUBDIR += ghostscript-gpl-nox11
|
||||
SUBDIR += ghostview
|
||||
SUBDIR += gimp-devel-gutenprint
|
||||
SUBDIR += gimp-gutenprint
|
||||
SUBDIR += gimp-print
|
||||
SUBDIR += gl2ps
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
PORTREVISION= 0
|
||||
PORTEPOCH= 0
|
||||
PKGNAMEPREFIX= gimp-
|
||||
PKGNAMEPREFIX= gimp-devel-
|
||||
PKGNAMESUFFIX= # empty
|
||||
|
||||
MAINTAINER= ahze@FreeBSD.org
|
||||
@ -15,7 +15,7 @@ COMMENT= Gimp print plug-in
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../../print/gutenprint-base
|
||||
|
||||
GUT_SLAVE= gimp
|
||||
GUT_SLAVE= gimp-devel
|
||||
PLIST= ${.CURDIR}/pkg-plist
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
||||
|
@ -1,4 +1,4 @@
|
||||
# ports collection makefile for: [Jgimp-print
|
||||
# ports collection makefile for: gimp-print
|
||||
# Date Created: 2002 01 02
|
||||
# Whom: dgilbert@velocet.ca
|
||||
#
|
||||
@ -43,9 +43,13 @@ GUTENPRINTUI2_LIBS=`${PKG_CONFIG} --libs gutenprintui2`
|
||||
MAN1+= escputil.1
|
||||
.endif
|
||||
|
||||
.if defined(GUT_SLAVE) && ${GUT_SLAVE}=="gimp"
|
||||
LIB_DEPENDS+= gimp-2.0:${PORTSDIR}/graphics/gimp-app \
|
||||
gutenprint.2:${PORTSDIR}/print/gutenprint-base
|
||||
.if defined(GUT_SLAVE) && (${GUT_SLAVE}=="gimp" || ${GUT_SLAVE}=="gimp-devel")
|
||||
.if ${GUT_SLAVE}=="gimp"
|
||||
LIB_DEPENDS+= gimp-2.0:${PORTSDIR}/graphics/gimp-app
|
||||
.elif ${GUT_SLAVE}=="gimp-devel"
|
||||
LIB_DEPENDS+= gimp-2.0:${PORTSDIR}/graphics/gimp-app-devel
|
||||
.endif
|
||||
LIB_DEPENDS+= gutenprint.2:${PORTSDIR}/print/gutenprint-base
|
||||
CONFIGURE_ARGS=--with-gimp2=yes # Override CONFIGURE_ARGS
|
||||
BUILD_WRKSRC= ${WRKSRC}/src/gimp2
|
||||
INSTALL_WRKSRC= ${WRKSRC}/src/gimp2
|
||||
|
Loading…
Reference in New Issue
Block a user