diff options
author | erich <erich@FreeBSD.org> | 1997-02-28 19:19:40 +0000 |
---|---|---|
committer | erich <erich@FreeBSD.org> | 1997-02-28 19:19:40 +0000 |
commit | 563960443759929e538ea4ef0add85bd03f97e22 (patch) | |
tree | a96a927dbe2e5d1c60fabe5b442cc61951269935 /graphics/gimp/Makefile | |
parent | 36c7cbd735cfcacbe8f6ceadebb3ad428e034e83 (diff) | |
download | FreeBSD-ports-563960443759929e538ea4ef0add85bd03f97e22.zip FreeBSD-ports-563960443759929e538ea4ef0add85bd03f97e22.tar.gz |
upgrade to 0.99.1
Diffstat (limited to 'graphics/gimp/Makefile')
-rw-r--r-- | graphics/gimp/Makefile | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/graphics/gimp/Makefile b/graphics/gimp/Makefile index 68c8a8c..07aca06 100644 --- a/graphics/gimp/Makefile +++ b/graphics/gimp/Makefile @@ -1,16 +1,14 @@ # New ports collection makefile for: GIMP -# Version required: 961001 +# Version required: 0.99.1 # Date created: Mon Nov 18 21:28:43 CST 1996 # Whom: erich@FreeBSD.org # -# $Id: Makefile,v 1.2 1996/11/19 16:07:26 erich Exp $ +# $Id: Makefile,v 1.3 1996/11/20 11:11:35 asami Exp $ # -DISTNAME= gimp -PKGNAME= gimp-devel-96.10.01 +DISTNAME= gimp-0.99.1 CATEGORIES= graphics MASTER_SITES= ftp://ftp.xcf.berkeley.edu/pub/gimp/developers/ -DISTFILES= gimp961001.tgz MAINTAINER= erich@FreeBSD.org @@ -21,6 +19,12 @@ LIB_DEPENDS+= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm USE_X11= yes GNU_CONFIGURE= yes +#CONFIGURE_ARGS= --enable-debug + USE_GMAKE= yes +#post-configure: +# cd ${WRKSRC}/gtk+; ./configure + .include <bsd.port.mk> + |