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
|
2000-12-22 20:50:10 +00:00
|
|
|
PORTVERSION= 1.2.4
|
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-10-05 06:42:57 +00:00
|
|
|
LIB_DEPENDS= sigc.1:${PORTSDIR}/devel/libsigc++
|
1998-08-31 22:01:46 +00:00
|
|
|
BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4
|
|
|
|
|
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
|
2000-10-05 06:42:57 +00:00
|
|
|
USE_GTK= yes
|
1999-10-14 09:31:37 +00:00
|
|
|
USE_LIBTOOL= yes
|
2000-10-05 06:42:57 +00:00
|
|
|
LIBTOOLFLAGS= --disable-ltlibs --release-ignore
|
2000-06-16 21:52:40 +00:00
|
|
|
INSTALLS_SHLIB= yes
|
1999-05-12 11:37:22 +00:00
|
|
|
CONFIGURE_ARGS= --enable-static=yes \
|
2000-10-14 10:58:54 +00:00
|
|
|
--without-gnome \
|
|
|
|
--with-sigc-prefix=${LOCALBASE}
|
1998-08-31 22:01:46 +00:00
|
|
|
|
1999-06-08 23:54:27 +00:00
|
|
|
post-install:
|
2000-10-08 10:23:48 +00:00
|
|
|
@${CAT} ${PKGMESSAGE}
|
1999-06-08 23:54:27 +00:00
|
|
|
|
1999-08-22 19:46:45 +00:00
|
|
|
.include <bsd.port.mk>
|