aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/gimp-app
diff options
context:
space:
mode:
authorahze <ahze@FreeBSD.org>2007-04-06 21:22:21 +0800
committerahze <ahze@FreeBSD.org>2007-04-06 21:22:21 +0800
commit266e40da6177f21abae52b6368a95b4ae2841a10 (patch)
tree27194918af812da175cfc2b0f5708706a2f4809d /graphics/gimp-app
parenta1791d10a50d80225810451e77e0fd70ab9ddb14 (diff)
downloadfreebsd-ports-gnome-266e40da6177f21abae52b6368a95b4ae2841a10.tar.gz
freebsd-ports-gnome-266e40da6177f21abae52b6368a95b4ae2841a10.tar.zst
freebsd-ports-gnome-266e40da6177f21abae52b6368a95b4ae2841a10.zip
- Don't use graphics/gimp[-devel] OPTIONS file
PR: 111277 Reported by: Bartosz Fabianowski
Diffstat (limited to 'graphics/gimp-app')
-rw-r--r--graphics/gimp-app/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/graphics/gimp-app/Makefile b/graphics/gimp-app/Makefile
index 2d86275016ed..3ef75d2ff72c 100644
--- a/graphics/gimp-app/Makefile
+++ b/graphics/gimp-app/Makefile
@@ -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