2002-10-12 09:33:02 +02:00
|
|
|
# New ports collection makefile for: gtkmm2
|
|
|
|
# Date created: 30 September 2002
|
|
|
|
# Whom: Martin Klaffenboeck <martin.klaffenboeck@gmx.at>
|
1998-09-01 00:01:46 +02:00
|
|
|
#
|
1999-08-31 05:04:38 +02:00
|
|
|
# $FreeBSD$
|
1998-09-01 00:01:46 +02:00
|
|
|
#
|
|
|
|
|
2000-04-16 07:18:00 +02:00
|
|
|
PORTNAME= gtkmm
|
2002-11-17 01:15:24 +01:00
|
|
|
PORTVERSION= 2.0.1
|
1998-09-01 00:01:46 +02:00
|
|
|
CATEGORIES= x11-toolkits
|
2002-10-12 09:33:02 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= gtkmm
|
1998-09-01 00:01:46 +02:00
|
|
|
|
2001-05-11 18:36:50 +02:00
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
1998-09-01 00:01:46 +02:00
|
|
|
|
2002-10-19 08:59:18 +02:00
|
|
|
LIB_DEPENDS= sigc-1.2.5:${PORTSDIR}/devel/libsigc++12 \
|
2002-10-12 09:33:02 +02:00
|
|
|
gtk-x11-2.0.0:${PORTSDIR}/x11-toolkits/gtk20
|
1998-09-01 00:01:46 +02:00
|
|
|
BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4
|
|
|
|
|
1999-08-15 08:50:01 +02:00
|
|
|
USE_X_PREFIX= yes
|
2002-10-12 09:33:02 +02:00
|
|
|
NO_LATEST_LINK= yes
|
1998-09-01 00:01:46 +02:00
|
|
|
USE_GMAKE= yes
|
1999-10-14 11:31:37 +02:00
|
|
|
USE_LIBTOOL= yes
|
2000-06-16 23:52:40 +02:00
|
|
|
INSTALLS_SHLIB= yes
|
2002-10-12 09:33:02 +02:00
|
|
|
USE_GNOMENG= yes
|
|
|
|
USE_GNOME= gnomehack
|
1999-05-12 13:37:22 +02:00
|
|
|
CONFIGURE_ARGS= --enable-static=yes \
|
2000-10-14 12:58:54 +02:00
|
|
|
--without-gnome \
|
|
|
|
--with-sigc-prefix=${LOCALBASE}
|
1998-09-01 00:01:46 +02:00
|
|
|
|
1999-08-22 21:46:45 +02:00
|
|
|
.include <bsd.port.mk>
|