diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-05-20 08:26:07 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-05-20 08:26:07 +0000 |
commit | 5a7540d866bdb3a7bf4fa04c0b2c9307f057816b (patch) | |
tree | 43572672789b5e78afd1058cd5bea9f9229b8e5e /graphics/gimp-app-devel/Makefile | |
parent | ce713f4b096c3eb1d1e036730865f60ab7e834bb (diff) | |
download | FreeBSD-ports-5a7540d866bdb3a7bf4fa04c0b2c9307f057816b.zip FreeBSD-ports-5a7540d866bdb3a7bf4fa04c0b2c9307f057816b.tar.gz |
- Use USE_LIBTOOL properly;
- add dozen missed files into pkg-plist;
- bump PORTREVISION.
Diffstat (limited to 'graphics/gimp-app-devel/Makefile')
-rw-r--r-- | graphics/gimp-app-devel/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/gimp-app-devel/Makefile b/graphics/gimp-app-devel/Makefile index 10893a3..189b124 100644 --- a/graphics/gimp-app-devel/Makefile +++ b/graphics/gimp-app-devel/Makefile @@ -7,7 +7,7 @@ PORTNAME= gimp PORTVERSION= 1.2.3 -PORTREVISION= 0 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= graphics gnome MASTER_SITES= ftp://ftp.gimp.org/pub/%SUBDIR%/ \ @@ -35,14 +35,14 @@ USE_GTK= yes USE_LIBTOOL= yes INSTALLS_SHLIB= yes LIBTOOLFLAGS= --disable-ltlibs --release-ignore -LIBTOOLFILES= aclocal.m4 PLIST_SUB= SHLIBVER="${SHLIBVER}" CONFIGURE_ARGS= --disable-perl CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" -MAN1= escputil.1 gimp.1 gimptool.1 gimp-remote.1 -MAN5= gimprc.5 +MAN1= escputil.1 gimp.1 gimptool.1 gimp-remote.1 \ + escputil-1.2.1 gimp-1.2.1 gimp-remote-1.2.1 gimptool-1.2.1 +MAN5= gimprc.5 gimprc-1.2.5 post-install: ${INSTALL_SCRIPT} ${FILESDIR}/gimp.setfont ${PREFIX}/bin |