diff options
author | erich <erich@FreeBSD.org> | 1997-03-01 03:19:40 +0800 |
---|---|---|
committer | erich <erich@FreeBSD.org> | 1997-03-01 03:19:40 +0800 |
commit | 563960443759929e538ea4ef0add85bd03f97e22 (patch) | |
tree | a96a927dbe2e5d1c60fabe5b442cc61951269935 /graphics/gimp-devel/Makefile | |
parent | 36c7cbd735cfcacbe8f6ceadebb3ad428e034e83 (diff) | |
download | freebsd-ports-graphics-563960443759929e538ea4ef0add85bd03f97e22.tar.gz freebsd-ports-graphics-563960443759929e538ea4ef0add85bd03f97e22.tar.zst freebsd-ports-graphics-563960443759929e538ea4ef0add85bd03f97e22.zip |
upgrade to 0.99.1
Diffstat (limited to 'graphics/gimp-devel/Makefile')
-rw-r--r-- | graphics/gimp-devel/Makefile | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/graphics/gimp-devel/Makefile b/graphics/gimp-devel/Makefile index 68c8a8c6d75..07aca069c5f 100644 --- a/graphics/gimp-devel/Makefile +++ b/graphics/gimp-devel/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> + |