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