diff options
author | tg <tg@FreeBSD.org> | 1997-10-16 09:04:37 +0000 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1997-10-16 09:04:37 +0000 |
commit | 834663d3954ae771802bd51fc3e37e2aaa4c3fd1 (patch) | |
tree | 13345c1b6b4f3e8d93cce445d6fdd89071f5d5bc /graphics/gimp-app | |
parent | 42b403ed3984ee3a0478bdb9f7dafc4ac662c606 (diff) | |
download | FreeBSD-ports-834663d3954ae771802bd51fc3e37e2aaa4c3fd1.zip FreeBSD-ports-834663d3954ae771802bd51fc3e37e2aaa4c3fd1.tar.gz |
Add ${LOCALBASE}/include/{tcl8.0,tk8.0} to CPPFLAGS.
Use install-info in PLIST. This seems to need a bit more work,
but I don't get errors from the pkg_* tools so I left it in.
OK'd by: The Portsmeister
Diffstat (limited to 'graphics/gimp-app')
-rw-r--r-- | graphics/gimp-app/Makefile | 7 | ||||
-rw-r--r-- | graphics/gimp-app/pkg-plist | 3 |
2 files changed, 7 insertions, 3 deletions
diff --git a/graphics/gimp-app/Makefile b/graphics/gimp-app/Makefile index 791c571..572533a 100644 --- a/graphics/gimp-app/Makefile +++ b/graphics/gimp-app/Makefile @@ -3,7 +3,7 @@ # Date created: Mon Nov 18 21:28:43 CST 1996 # Whom: erich@FreeBSD.org # -# $Id: Makefile,v 1.10 1997/07/14 22:19:04 erich Exp $ +# $Id: Makefile,v 1.11 1997/10/15 20:17:47 erich Exp $ # VERSION= 0.99.14 @@ -27,12 +27,13 @@ LIB_DEPENDS+= jpeg\\.7\\.:${PORTSDIR}/graphics/jpeg LIB_DEPENDS+= tiff\\.3\\.:${PORTSDIR}/graphics/tiff LIB_DEPENDS+= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm LIB_DEPENDS+= mpeg\\.1\\.2:${PORTSDIR}/graphics/mpeg-lib -LIB_DEPENDS+= tk80\\.1\\.:${PORTSDIR}/x11/tk80 +LIB_DEPENDS+= tk80\\.1\\.:${PORTSDIR}/x11/tk80 USE_X11= yes GNU_CONFIGURE= yes USE_GMAKE= yes -CONFIGURE_ENV= CPPFLAGS=-I/usr/local/include LIBS=-L/usr/local/lib +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/tcl8.0 \ + -I${LOCALBASE}/include/tk8.0" LIBS=-L${LOCALBASE}/lib DATASTUFF= brushes palettes gradients patterns diff --git a/graphics/gimp-app/pkg-plist b/graphics/gimp-app/pkg-plist index a2e001d..5578523 100644 --- a/graphics/gimp-app/pkg-plist +++ b/graphics/gimp-app/pkg-plist @@ -13,9 +13,12 @@ include/gck/gcktypes.h include/gck/gckui.h include/gck/gcknotebook.h include/gck/gckvector.h +@unexec install-info --delete %D/info/pdb.info %D/info/dir info/pdb.info info/pdb.info-1 info/pdb.info-2 +@exec [ -f %D/info/dir ] || sed -ne '1,/Menu:/p' /usr/share/info/dir > %D/info/dir +@exec install-info %D/info/pdb.info %D/info/dir lib/libgimp.so.1.0 lib/libgimp.la lib/libgimp.a |