1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/graphics/gimp1/Makefile
1997-02-28 19:19:40 +00:00

31 lines
749 B
Makefile

# New ports collection makefile for: GIMP
# Version required: 0.99.1
# Date created: Mon Nov 18 21:28:43 CST 1996
# Whom: erich@FreeBSD.org
#
# $Id: Makefile,v 1.3 1996/11/20 11:11:35 asami Exp $
#
DISTNAME= gimp-0.99.1
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
LIB_DEPENDS+= jpeg\\.7\\.:${PORTSDIR}/graphics/jpeg
LIB_DEPENDS+= tiff\\.3\\.:${PORTSDIR}/graphics/tiff
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>