1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

* Fix gimp plugin installation [1]

* Convert to new GNOME infrastructure

PR:	48579 [1]
Submitted by:	Alexander Nedotsukov <bland@mail.ru>
This commit is contained in:
Joe Marcus Clarke 2003-04-13 22:27:40 +00:00
parent 73da7cbd5b
commit 7bae9264db
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=78909
2 changed files with 13 additions and 3 deletions

View File

@ -15,14 +15,13 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= Download and view files from various digital cameras
LIB_DEPENDS= exif-gtk.4:${PORTSDIR}/graphics/libexif-gtk \
gphoto2.2:${PORTSDIR}/graphics/libgphoto2 \
bonoboui-2.0:${PORTSDIR}/x11-toolkits/libbonoboui
gphoto2.2:${PORTSDIR}/graphics/libgphoto2
USE_BZIP2= yes
USE_X_PREFIX= yes
USE_REINPLACE= yes
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
USE_GNOME= libbonoboui
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
CONFIGURE_ARGS= --without-gnome

View File

@ -0,0 +1,11 @@
--- src/Makefile.in.orig Sat Feb 22 17:57:10 2003
+++ src/Makefile.in Sat Feb 22 17:57:28 2003
@@ -169,7 +169,7 @@
$(GNOME_LIBS)
-@HAVE_GIMP_TRUE@gtkam_gimp_libexecdir = $(libdir)/gimp/1.3/plug-ins
+@HAVE_GIMP_TRUE@gtkam_gimp_libexecdir = $(libexecdir)/gimp/1.3/plug-ins
@HAVE_GIMP_TRUE@gtkam_gimp_libexec_PROGRAMS = gtkam-gimp
@HAVE_GIMP_TRUE@gtkam_gimp_SOURCES = gtkam-gimp.c
@HAVE_GIMP_TRUE@gtkam_gimp_LDADD = \