diff options
author | erich <erich@FreeBSD.org> | 1996-11-19 03:36:29 +0000 |
---|---|---|
committer | erich <erich@FreeBSD.org> | 1996-11-19 03:36:29 +0000 |
commit | 8789ce39bdab37f3e86305339d70145dc20eb4dc (patch) | |
tree | ebabb32981ef7adfff017bcbbcff30129a2a5b88 /graphics/gimp-app/Makefile | |
parent | 1ea0cd7f8c25e3c4d33550779903edb5c0c55623 (diff) | |
download | FreeBSD-ports-8789ce39bdab37f3e86305339d70145dc20eb4dc.zip FreeBSD-ports-8789ce39bdab37f3e86305339d70145dc20eb4dc.tar.gz |
new port for the gimp developer's release
Diffstat (limited to 'graphics/gimp-app/Makefile')
-rw-r--r-- | graphics/gimp-app/Makefile | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/graphics/gimp-app/Makefile b/graphics/gimp-app/Makefile new file mode 100644 index 0000000..0ca6d94 --- /dev/null +++ b/graphics/gimp-app/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: GIMP +# Version required: 961001 +# Date created: Mon Nov 18 21:28:43 CST 1996 +# Whom: erich@FreeBSD.org +# +# $Id: Makefile,v 1.1.1.1 1996/08/24 18:32:45 chuckr Exp $ +# + +DISTNAME= gimp-devel +PKGNAME= gimp-devel-96.10.01 +CATEGORIES= graphics +MASTER_SITES= ftp://ftp.xcf.berkeley.edu/pub/gimp/developers/ +DISTFILES= gimp961001.tgz + +MAINTAINER= erich@FreeBSD.org + +LIB_DEPENDS+= png\\.0\\.[7-9]:${PORTSDIR}/graphics/png +LIB_DEPENDS+= jpeg\\.6\\.:${PORTSDIR}/graphics/jpeg +LIB_DEPENDS+= tiff\\.3\\.:${PORTSDIR}/graphics/tiff +LIB_DEPENDS+= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm + +USE_X11= yes + +GNU_CONFIGURE= yes +USE_GMAKE= yes + +.include <bsd.port.mk> |