freebsd-ports/graphics/gimp-devel/Makefile

39 lines
992 B
Makefile
Raw Normal View History

# New ports collection makefile for: GIMP
1997-04-08 18:07:03 -04:00
# Version required: 0.99.7
# Date created: Mon Nov 18 21:28:43 CST 1996
# Whom: erich@FreeBSD.org
#
# $Id: Makefile,v 1.9 1997/05/01 18:25:44 erich Exp $
#
VERSION= 0.99.10
DATA_VERSION= 0.99.9
1997-04-18 17:26:41 -04:00
DISTNAME= gimp-${VERSION}
DISTFILES= ${DISTNAME}.tar.gz
DISTFILES+= gimp-data-${DATA_VERSION}.tar.gz
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 06:11:35 -05:00
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
USE_GMAKE= yes
1997-04-18 17:26:41 -04:00
DATASTUFF= brushes palettes gradients patterns
post-install:
cd ${WRKDIR}/gimp-data-${DATA_VERSION}; \
1997-04-18 17:26:41 -04:00
tar -cf - --exclude '*Makefile*' ${DATASTUFF} |\
(cd ${PREFIX}/share/gimp/${VERSION}; tar -xvf -)
.include <bsd.port.mk>
1997-02-28 14:19:40 -05:00