1998-09-01 00:01:46 +02:00
|
|
|
# New ports collection makefile for: gtk--
|
|
|
|
# Date created: 11 May 1998
|
|
|
|
# Whom: Yukihiro Nakai <Nakai@technologist.com>
|
|
|
|
#
|
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
|
|
|
|
PORTVERSION= 1.2.0
|
1998-09-01 00:01:46 +02:00
|
|
|
CATEGORIES= x11-toolkits
|
2000-04-16 07:18:00 +02:00
|
|
|
MASTER_SITES= http://download.sourceforge.net/gtkmm/
|
1998-09-01 00:01:46 +02:00
|
|
|
|
1999-10-14 11:31:37 +02:00
|
|
|
MAINTAINER= nakai@FreeBSD.org
|
1998-09-01 00:01:46 +02:00
|
|
|
|
2000-04-16 07:18:00 +02:00
|
|
|
LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \
|
|
|
|
sigc.1:${PORTSDIR}/devel/libsigc++
|
1998-09-01 00:01:46 +02:00
|
|
|
BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4
|
|
|
|
|
1999-05-29 05:56:15 +02:00
|
|
|
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
|
|
|
|
|
1999-08-15 08:50:01 +02:00
|
|
|
USE_X_PREFIX= yes
|
1999-08-22 21:46:45 +02:00
|
|
|
USE_NEWGCC= yes
|
1998-09-01 00:01:46 +02:00
|
|
|
USE_GMAKE= yes
|
1999-10-14 11:31:37 +02:00
|
|
|
USE_LIBTOOL= yes
|
1999-05-12 13:37:22 +02:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ARGS= --enable-static=yes \
|
|
|
|
--without-gnome
|
1999-06-09 13:35:31 +02:00
|
|
|
CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}"
|
1998-09-01 00:01:46 +02:00
|
|
|
|
1999-06-09 01:54:27 +02:00
|
|
|
post-install:
|
|
|
|
@${CAT} ${PKGDIR}/MESSAGE
|
|
|
|
|
1999-08-22 21:46:45 +02:00
|
|
|
.include <bsd.port.mk>
|