2000-07-19 07:33:13 +00:00
|
|
|
# New ports collection makefile for: gtk13
|
1997-12-03 21:17:36 +00:00
|
|
|
# Date Created: 28 Sep 1997
|
|
|
|
# Whom: Vanilla I. Shu <vanilla@MinJe.com.TW>
|
1997-10-15 16:07:05 +00:00
|
|
|
#
|
1999-08-31 03:04:38 +00:00
|
|
|
# $FreeBSD$
|
1997-10-15 16:07:05 +00:00
|
|
|
#
|
|
|
|
|
2000-04-10 01:11:24 +00:00
|
|
|
PORTNAME= gtk
|
2000-07-19 07:33:13 +00:00
|
|
|
PORTVERSION= 1.3.1
|
1998-08-07 23:08:39 +00:00
|
|
|
CATEGORIES= x11-toolkits
|
2000-07-19 07:33:13 +00:00
|
|
|
MASTER_SITES= ftp://ftp.gimp.org/pub/gtk/v1.3/ \
|
|
|
|
ftp://ftp.cs.umn.edu/pub/gimp/gtk/v1.3/ \
|
|
|
|
http://www.ameth.org/gimp/gtk/v1.3/
|
2000-04-10 01:11:24 +00:00
|
|
|
DISTNAME= gtk+-${PORTVERSION}
|
1997-10-15 16:07:05 +00:00
|
|
|
|
1999-08-31 06:53:31 +00:00
|
|
|
MAINTAINER= vanilla@FreeBSD.org
|
1997-10-15 16:07:05 +00:00
|
|
|
|
2000-07-19 07:33:13 +00:00
|
|
|
LIB_DEPENDS= glib-1.3.1:${PORTSDIR}/devel/glib13 \
|
|
|
|
pango.0:${PORTSDIR}/x11-toolkits/pango \
|
|
|
|
png.4:${PORTSDIR}/graphics/png \
|
|
|
|
tiff.4:${PORTSDIR}/graphics/tiff \
|
|
|
|
jpeg.9:${PORTSDIR}/graphics/jpeg \
|
|
|
|
Xpm.4:${PORTSDIR}/graphics/xpm \
|
1999-03-19 04:40:10 +00:00
|
|
|
intl.1:${PORTSDIR}/devel/gettext
|
1998-12-10 14:30:28 +00:00
|
|
|
|
1998-12-22 09:06:28 +00:00
|
|
|
USE_X_PREFIX= yes
|
1998-12-26 19:17:44 +00:00
|
|
|
USE_PERL5= yes
|
1999-05-29 03:49:46 +00:00
|
|
|
USE_LIBTOOL= yes
|
2000-06-16 21:52:40 +00:00
|
|
|
INSTALLS_SHLIB= yes
|
1999-01-31 16:55:07 +00:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
2000-07-19 07:33:13 +00:00
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
|
|
|
|
MAN1= gtk-config-2.0.1
|
1998-09-15 11:41:42 +00:00
|
|
|
|
2000-07-19 07:33:13 +00:00
|
|
|
post-extract:
|
|
|
|
@find ${WRKSRC} -name "Makefile.in" | xargs ${GREP} -l lgmodule | \
|
|
|
|
xargs ${PERL} -pi -e 's|-lgmodule|\@GMODULE_LIBS\@|g'
|
1999-01-20 22:14:29 +00:00
|
|
|
|
|
|
|
pre-build:
|
|
|
|
${RM} -rf ${WRKSRC}/docs/gtk.info*
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|