diff options
author | erich <erich@FreeBSD.org> | 1996-11-19 11:36:29 +0800 |
---|---|---|
committer | erich <erich@FreeBSD.org> | 1996-11-19 11:36:29 +0800 |
commit | 8789ce39bdab37f3e86305339d70145dc20eb4dc (patch) | |
tree | ebabb32981ef7adfff017bcbbcff30129a2a5b88 /graphics/gimp/Makefile | |
parent | 1ea0cd7f8c25e3c4d33550779903edb5c0c55623 (diff) | |
download | freebsd-ports-gnome-8789ce39bdab37f3e86305339d70145dc20eb4dc.tar.gz freebsd-ports-gnome-8789ce39bdab37f3e86305339d70145dc20eb4dc.tar.zst freebsd-ports-gnome-8789ce39bdab37f3e86305339d70145dc20eb4dc.zip |
new port for the gimp developer's release
Diffstat (limited to 'graphics/gimp/Makefile')
-rw-r--r-- | graphics/gimp/Makefile | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/graphics/gimp/Makefile b/graphics/gimp/Makefile new file mode 100644 index 000000000000..0ca6d949b712 --- /dev/null +++ b/graphics/gimp/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> |