1999-03-08 20:13:40 -05:00
|
|
|
# New ports collection makefile for: gtk12
|
1997-12-03 16:17:36 -05:00
|
|
|
# Date Created: 28 Sep 1997
|
|
|
|
# Whom: Vanilla I. Shu <vanilla@MinJe.com.TW>
|
1997-10-15 12:07:05 -04:00
|
|
|
#
|
1999-08-30 23:04:38 -04:00
|
|
|
# $FreeBSD$
|
1997-10-15 12:07:05 -04:00
|
|
|
#
|
|
|
|
|
2000-04-09 21:11:24 -04:00
|
|
|
PORTNAME= gtk
|
2001-04-02 11:45:30 -04:00
|
|
|
PORTVERSION= 1.2.10
|
2001-05-31 18:16:13 -04:00
|
|
|
PORTREVISION= 2
|
1998-08-07 19:08:39 -04:00
|
|
|
CATEGORIES= x11-toolkits
|
2001-05-22 20:49:11 -04:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME}
|
|
|
|
MASTER_SITE_SUBDIR= stable/sources/gtk+
|
2000-04-09 21:11:24 -04:00
|
|
|
DISTNAME= gtk+-${PORTVERSION}
|
1997-10-15 12:07:05 -04:00
|
|
|
|
2001-05-11 12:36:50 -04:00
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
1997-10-15 12:07:05 -04:00
|
|
|
|
2000-10-05 02:23:01 -04:00
|
|
|
LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext
|
1999-05-28 23:49:46 -04:00
|
|
|
|
1998-12-22 04:06:28 -05:00
|
|
|
USE_X_PREFIX= yes
|
1998-12-26 14:17:44 -05:00
|
|
|
USE_PERL5= yes
|
2000-10-05 02:23:01 -04:00
|
|
|
USE_GLIB= yes
|
1999-05-28 23:49:46 -04:00
|
|
|
USE_LIBTOOL= yes
|
2000-06-16 17:52:40 -04:00
|
|
|
INSTALLS_SHLIB= yes
|
1999-09-10 21:06:13 -04:00
|
|
|
LIBTOOLFLAGS= --disable-ltlibs --release-suffix
|
2001-03-06 09:12:40 -05:00
|
|
|
CONFIGURE_ARGS= --includedir=${PREFIX}/include/gtk12 --with-native-locale
|
1999-01-31 11:55:07 -05:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
1999-05-28 23:49:46 -04:00
|
|
|
X_CFLAGS="-I${LOCALBASE}/include" \
|
1998-12-30 18:11:36 -05:00
|
|
|
LIBS="-L${LOCALBASE}/lib"
|
1998-09-15 07:41:42 -04:00
|
|
|
|
1999-03-08 20:13:40 -05:00
|
|
|
MAN1= gtk12-config.1
|
1999-01-20 17:14:29 -05:00
|
|
|
|
|
|
|
pre-build:
|
|
|
|
${RM} -rf ${WRKSRC}/docs/gtk.info*
|
|
|
|
|
2000-06-05 09:31:58 -04:00
|
|
|
post-install:
|
|
|
|
@${MKDIR} ${PREFIX}/lib/gtk/themes/engines
|
|
|
|
|
1999-01-20 17:14:29 -05:00
|
|
|
.include <bsd.port.mk>
|