1996-11-19 03:36:29 +00:00
|
|
|
# New ports collection makefile for: GIMP
|
1997-02-28 19:19:40 +00:00
|
|
|
# Version required: 0.99.1
|
1996-11-19 03:36:29 +00:00
|
|
|
# Date created: Mon Nov 18 21:28:43 CST 1996
|
|
|
|
# Whom: erich@FreeBSD.org
|
|
|
|
#
|
1997-02-28 19:19:40 +00:00
|
|
|
# $Id: Makefile,v 1.3 1996/11/20 11:11:35 asami Exp $
|
1996-11-19 03:36:29 +00:00
|
|
|
#
|
|
|
|
|
1997-02-28 19:19:40 +00:00
|
|
|
DISTNAME= gimp-0.99.1
|
1996-11-19 03:36:29 +00:00
|
|
|
CATEGORIES= graphics
|
|
|
|
MASTER_SITES= ftp://ftp.xcf.berkeley.edu/pub/gimp/developers/
|
|
|
|
|
|
|
|
MAINTAINER= erich@FreeBSD.org
|
|
|
|
|
|
|
|
LIB_DEPENDS+= png\\.0\\.[7-9]:${PORTSDIR}/graphics/png
|
1996-11-20 11:11:35 +00:00
|
|
|
LIB_DEPENDS+= jpeg\\.7\\.:${PORTSDIR}/graphics/jpeg
|
1996-11-19 03:36:29 +00:00
|
|
|
LIB_DEPENDS+= tiff\\.3\\.:${PORTSDIR}/graphics/tiff
|
|
|
|
LIB_DEPENDS+= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm
|
|
|
|
|
|
|
|
USE_X11= yes
|
|
|
|
GNU_CONFIGURE= yes
|
1997-02-28 19:19:40 +00:00
|
|
|
#CONFIGURE_ARGS= --enable-debug
|
|
|
|
|
1996-11-19 03:36:29 +00:00
|
|
|
USE_GMAKE= yes
|
|
|
|
|
1997-02-28 19:19:40 +00:00
|
|
|
#post-configure:
|
|
|
|
# cd ${WRKSRC}/gtk+; ./configure
|
|
|
|
|
1996-11-19 03:36:29 +00:00
|
|
|
.include <bsd.port.mk>
|
1997-02-28 19:19:40 +00:00
|
|
|
|