1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00

- Don't use graphics/gimp[-devel] OPTIONS file

PR:		111277
Reported by:	Bartosz Fabianowski
This commit is contained in:
Michael Johnson 2007-04-06 13:22:21 +00:00
parent d6b6169f8a
commit 17d4f0f931
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=189377
3 changed files with 7 additions and 10 deletions

View File

@ -6,7 +6,7 @@
# $MCom: ports/graphics/gimp-app-devel/Makefile,v 1.12 2007/04/03 17:41:42 ahze Exp $
#
PORTNAME= gimp
PORTNAME= gimp-app
PORTVERSION= 2.3.15
PORTEPOCH?= 1
CATEGORIES?= graphics gnome
@ -18,7 +18,7 @@ MASTER_SITES= ftp://ftp.gimp.org/pub/%SUBDIR%/ \
http://www.mirrorservice.org/sites/ftp.gimp.org/pub/%SUBDIR%/ \
${MASTER_SITE_RINGSERVER:S,%SUBDIR%,graphics/%SUBDIR%,}
MASTER_SITE_SUBDIR= gimp/v${PORTVERSION:R}
PKGNAMESUFFIX?= -app-devel
DISTNAME= gimp-${PORTVERSION}
MAINTAINER= gnome@FreeBSD.org
COMMENT= A GNU Image Manipulation Program development version
@ -55,7 +55,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
GIMP_THREAD_LIBS=${PTHREAD_LIBS}
.if !defined(GIMP_SLAVE)
OPTIONS= DEBUG "debugging" off \
OPTIONS?= DEBUG "debugging" off \
MP "multiple processor support" off \
RSVG "SVG format support" on
.endif

View File

@ -5,7 +5,7 @@
# $FreeBSD$
# $MCom: ports/graphics/gimp-app/Makefile,v 1.12 2007/03/30 18:22:45 ahze Exp $
PORTNAME= gimp
PORTNAME= gimp-app
PORTVERSION= 2.2.13
PORTREVISION= 2
PORTEPOCH= 1
@ -18,6 +18,7 @@ MASTER_SITES= ftp://ftp.gimp.org/pub/%SUBDIR%/ \
http://www.mirrorservice.org/sites/ftp.gimp.org/pub/%SUBDIR%/ \
${MASTER_SITE_RINGSERVER:S,%SUBDIR%,graphics/%SUBDIR%,}
MASTER_SITE_SUBDIR= gimp/v${PORTVERSION:R}
DISTNAME= gimp-${PORTVERSION}
MAINTAINER= gnome@FreeBSD.org
COMMENT= A GNU Image Manipulation Program
@ -52,8 +53,6 @@ CONFIGURE_ARGS= --disable-perl \
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
GIMP_DISTFILE= ${DISTDIR}/${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}
MAN1= gimp.1 gimp-2.2.1 gimp-remote.1 gimp-remote-2.2.1 gimptool-2.0.1
MAN5= gimprc.5 gimprc-2.2.5
@ -98,7 +97,6 @@ CONFIGURE_ARGS+= --enable-mp
USE_GNOME+= gnomepanel desktopfileutils
CONFIGURE_ARGS+= --with-desktop-dir=${LOCALBASE}/share/gnome
CONFIGURE_ENV+= GIMP_THREAD_LIBS=${PTHREAD_LIBS}
PKGNAMESUFFIX:= -gnome
PLIST_SUB+= GNOMEPANEL:=""
GNOME_ENABLED= yes
.else

View File

@ -5,10 +5,9 @@
# $FreeBSD$
# $MCom: ports/graphics/py-gimp/Makefile,v 1.2 2007/01/01 22:40:46 ahze Exp $
PORTREVISION= 0
PORTREVISION= 1
PORTEPOCH= 0
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
PKGNAMESUFFIX= # empty
MAINTAINER= gnome@FreeBSD.org
COMMENT= GIMP python plugin
@ -24,6 +23,6 @@ PLIST= ${.CURDIR}/pkg-plist
BUILD_WRKSRC= ${WRKSRC}/plug-ins/pygimp
INSTALL_WRKSRC= ${WRKSRC}/plug-ins/pygimp
MASTERDIR= ${.CURDIR}/../../graphics/gimp-app
MASTERDIR= ${.CURDIR}/../../graphics/gimp-app-devel
.include "${MASTERDIR}/Makefile"