1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/graphics/gimp-app-devel/Makefile

42 lines
1.1 KiB
Makefile
Raw Normal View History

1997-10-15 20:18:02 +00:00
# New ports collection makefile for: Gimp
1999-02-20 19:31:51 +00:00
# Version required: 1.1.2
# Date created: Mon Nov 18 21:28:43 CST 1996
# Whom: erich@FreeBSD.org
#
# $Id: Makefile,v 1.53 1999/02/20 19:31:50 vanilla Exp $
#
1999-02-20 19:31:51 +00:00
DISTNAME= gimp-1.1.2
CATEGORIES= graphics
1999-02-20 19:31:51 +00:00
MASTER_SITES= ftp://ftp.gimp.org/pub/gimp/unstable/v1.1.2/ \
ftp://ftp.cs.umn.edu/pub/gimp/gimp/unstable/v1.1.2/ \
http://www.ameth.org/gimp/pub/gimp/unstable/v1.1.2/
MAINTAINER= erich@FreeBSD.org
1999-02-20 19:31:51 +00:00
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \
aa.1:${PORTSDIR}/graphics/aalib \
jpeg.9:${PORTSDIR}/graphics/jpeg \
gtk12.1:${PORTSDIR}/x11-toolkits/gtk12 \
1999-02-20 19:31:51 +00:00
mpeg.1:${PORTSDIR}/graphics/mpeg-lib \
png.3:${PORTSDIR}/graphics/png \
tiff.4:${PORTSDIR}/graphics/tiff34
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
1999-02-20 19:31:51 +00:00
CONFIGURE_ARGS= --disable-perl
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
GTK_CONFIG="${X11BASE}/bin/gtk12-config" \
1999-02-20 19:31:51 +00:00
LIBS="-L${LOCALBASE}/lib" \
INSTALL_SCRIPT='$${INSTALL} -m 755'
MAN1= gimp.1 gimptool.1
MAN3= gpc.3
1997-04-18 21:26:41 +00:00
post-install:
@${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
1998-09-30 14:52:27 +00:00
@${CAT} ${PKGDIR}/MESSAGE
1997-12-16 22:06:42 +00:00
.include <bsd.port.mk>