diff options
Diffstat (limited to 'graphics/gimp1/Makefile')
-rw-r--r-- | graphics/gimp1/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/graphics/gimp1/Makefile b/graphics/gimp1/Makefile index 515519bafb86..e79c13730011 100644 --- a/graphics/gimp1/Makefile +++ b/graphics/gimp1/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: |