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