diff options
author | vanilla <vanilla@FreeBSD.org> | 1998-04-29 21:02:00 +0000 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 1998-04-29 21:02:00 +0000 |
commit | 6cce4353f3dff0d70d0d9864480888b8e572f8ed (patch) | |
tree | dfbe099ce61ee0fb7366d427e6a1e385d68f671f /graphics/gimp-app-devel/Makefile | |
parent | d70dec114a89910fe6715a31bc52715b8770db39 (diff) | |
download | FreeBSD-ports-6cce4353f3dff0d70d0d9864480888b8e572f8ed.zip FreeBSD-ports-6cce4353f3dff0d70d0d9864480888b8e572f8ed.tar.gz |
Upgrade to 0.99.28.
PR: ports/6442
Submitted by: Donald Burr <dburr@POBoxes.com>
Diffstat (limited to 'graphics/gimp-app-devel/Makefile')
-rw-r--r-- | graphics/gimp-app-devel/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/graphics/gimp-app-devel/Makefile b/graphics/gimp-app-devel/Makefile index 515519b..e79c137 100644 --- a/graphics/gimp-app-devel/Makefile +++ b/graphics/gimp-app-devel/Makefile @@ -1,14 +1,14 @@ # New ports collection makefile for: Gimp -# Version required: 0.99.19 +# Version required: 0.99.28 # Date created: Mon Nov 18 21:28:43 CST 1996 # Whom: erich@FreeBSD.org # -# $Id: Makefile,v 1.27 1998/04/19 11:37:17 andreas Exp $ +# $Id: Makefile,v 1.28 1998/04/19 17:03:57 andreas Exp $ # MAJOR= 0 MINOR= 99 -MICRO= 26 +MICRO= 28 VERSION= ${MAJOR}.${MINOR}.${MICRO} MM_VERSION= ${MAJOR}.${MINOR} @@ -40,6 +40,8 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include \ -I${LOCALBASE}/include/tiff34" \ LIBS=-L${LOCALBASE}/lib INSTALL_SCRIPT='$${INSTALL} -m 755' +MAN1= gimp.1 + DATASTUFF= brushes palettes gradients patterns post-install: |