summaryrefslogtreecommitdiffstats
path: root/graphics/gimp-app/Makefile
diff options
context:
space:
mode:
authorahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2007-01-07 08:05:37 +0800
committerahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2007-01-07 08:05:37 +0800
commit5f1491d2a4ba47af96f3e75f67de9b33608ba92f (patch)
treeedd88177389c194126d9d36be7e99486b0f94457 /graphics/gimp-app/Makefile
parentd3669a919116a69f562b5640ca2d6db091ad03bc (diff)
downloadmarcuscom-ports-5f1491d2a4ba47af96f3e75f67de9b33608ba92f.tar
marcuscom-ports-5f1491d2a4ba47af96f3e75f67de9b33608ba92f.tar.gz
marcuscom-ports-5f1491d2a4ba47af96f3e75f67de9b33608ba92f.tar.bz2
marcuscom-ports-5f1491d2a4ba47af96f3e75f67de9b33608ba92f.tar.lz
marcuscom-ports-5f1491d2a4ba47af96f3e75f67de9b33608ba92f.tar.xz
marcuscom-ports-5f1491d2a4ba47af96f3e75f67de9b33608ba92f.tar.zst
marcuscom-ports-5f1491d2a4ba47af96f3e75f67de9b33608ba92f.zip
- Install desktop data stuff in ${PREFIX}/share instead of ${LOCALBASE}/share
- Re-add the desktop stuff to plist Reported by: marcus via sajd git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8138 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics/gimp-app/Makefile')
-rw-r--r--graphics/gimp-app/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/graphics/gimp-app/Makefile b/graphics/gimp-app/Makefile
index 59546703c..3042e7627 100644
--- a/graphics/gimp-app/Makefile
+++ b/graphics/gimp-app/Makefile
@@ -3,11 +3,12 @@
# Whom: erich@FreeBSD.org
#
# $FreeBSD: ports/graphics/gimp-devel/Makefile,v 1.161 2006/11/04 22:31:00 mezz Exp $
-# $MCom: ports/graphics/gimp-app/Makefile,v 1.5 2007/01/01 21:26:51 ahze Exp $
+# $MCom: ports/graphics/gimp-app/Makefile,v 1.6 2007/01/01 22:40:46 ahze Exp $
#
PORTNAME= gimp
PORTVERSION= 2.3.13
+PORTREVISION= 1
PORTEPOCH?= 1
CATEGORIES?= graphics gnome
MASTER_SITES= ftp://ftp.gimp.org/pub/%SUBDIR%/ \
@@ -30,7 +31,8 @@ LIB_DEPENDS= exif.12:${PORTSDIR}/graphics/libexif \
mng.1:${PORTSDIR}/graphics/libmng \
png.5:${PORTSDIR}/graphics/png \
jpeg.9:${PORTSDIR}/graphics/jpeg \
- tiff.4:${PORTSDIR}/graphics/tiff
+ tiff.4:${PORTSDIR}/graphics/tiff \
+ lcms.1:${PORTSDIR}/graphics/lcms
USE_BZIP2= yes
USE_GETTEXT= yes
@@ -48,7 +50,7 @@ CONFIGURE_ARGS?=--disable-perl \
--disable-gtk-doc \
--without-print \
--disable-python \
- --with-desktop-dir=${LOCALBASE}/share
+ --with-desktop-dir=${PREFIX}/share
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" \
GIMP_THREAD_LIBS=${PTHREAD_LIBS}