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