freebsd-ports/graphics/gimp-app-devel/Makefile

49 lines
1.5 KiB
Makefile
Raw Normal View History

1997-10-15 16:18:02 -04:00
# New ports collection makefile for: Gimp
1998-09-30 10:52:27 -04:00
# Version required: 1.0.1
# Date created: Mon Nov 18 21:28:43 CST 1996
# Whom: erich@FreeBSD.org
#
1998-09-30 10:52:27 -04:00
# $Id: Makefile,v 1.47 1998/09/23 00:51:58 vanilla Exp $
#
1998-09-30 10:52:27 -04:00
DISTNAME= gimp-1.0.1
CATEGORIES= graphics
1998-09-30 10:52:27 -04:00
MASTER_SITES= ftp://ftp.gimp.org/pub/gimp/v1.0/v1.0.1/ \
ftp://ftp.cs.umn.edu/pub/gimp/gimp/v1.0/v1.0.1/ \
http://www.ameth.org/gimp/pub/gimp/v1.0/v1.0.1/
DISTFILES= gimp-1.0.1.tar.gz gimp-data-extras-1.0.0.tar.gz
MAINTAINER= erich@FreeBSD.org
LIB_DEPENDS+= Xpm.4:${PORTSDIR}/graphics/xpm
1998-09-22 12:19:14 -04:00
LIB_DEPENDS+= aa.1:${PORTSDIR}/graphics/aalib
LIB_DEPENDS+= jpeg.9:${PORTSDIR}/graphics/jpeg
1998-09-22 18:55:56 -04:00
LIB_DEPENDS+= gtk.1:${PORTSDIR}/x11-toolkits/gtk
1998-09-21 04:54:25 -04:00
LIB_DEPENDS+= mpeg.1:${PORTSDIR}/graphics/mpeg-lib
1998-09-16 20:50:52 -04:00
LIB_DEPENDS+= png.2:${PORTSDIR}/graphics/png
LIB_DEPENDS+= tiff34.1:${PORTSDIR}/graphics/tiff34
LIB_DEPENDS+= xdelta.0:${PORTSDIR}/misc/xdelta
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
1998-09-30 10:52:27 -04:00
CONFIGURE_ARGS= --with-xdelta=yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include \
-I${LOCALBASE}/include/tiff34" \
LIBS=-L${LOCALBASE}/lib INSTALL_SCRIPT='$${INSTALL} -m 755'
MAN1= gimp.1 gimptool.1
MAN3= gpc.3
1997-04-18 17:26:41 -04:00
DATASTUFF= brushes palettes gradients patterns
post-install:
${MKDIR} ${PREFIX}/share/gimp/;
cd ${WRKDIR}/gimp-data-extras-1.0.0; \
1997-04-18 17:26:41 -04:00
tar -cf - --exclude '*Makefile*' ${DATASTUFF} |\
1997-12-16 18:25:38 -05:00
(cd ${PREFIX}/share/gimp/; tar -xvf -)
@${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
1998-09-30 10:52:27 -04:00
@${CAT} ${PKGDIR}/MESSAGE
1997-12-16 17:06:42 -05:00
.include <bsd.port.mk>