aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits/gtkmm24/Makefile
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2002-10-12 15:33:02 +0800
committermarcus <marcus@FreeBSD.org>2002-10-12 15:33:02 +0800
commit080699776aa83e9fabe77b594476d20ce259994b (patch)
treea5c620bfcbdb9ebe4cba330d1b74a70d6c72a337 /x11-toolkits/gtkmm24/Makefile
parentd4657b39f5e18616d675cac5421a4eda34005b99 (diff)
downloadfreebsd-ports-gnome-080699776aa83e9fabe77b594476d20ce259994b.tar.gz
freebsd-ports-gnome-080699776aa83e9fabe77b594476d20ce259994b.tar.zst
freebsd-ports-gnome-080699776aa83e9fabe77b594476d20ce259994b.zip
Add gtkmm2 after a repo copy from gtk--. Gtkmm2 is a collection of C++
bindings for GTK+-2.0. PR: 36945 Submitted by: garrett rooney <rooneg@electricjellyfish.net> Martin Klaffenboeck <martin.klaffenboeck@gmx.at>
Diffstat (limited to 'x11-toolkits/gtkmm24/Makefile')
-rw-r--r--x11-toolkits/gtkmm24/Makefile27
1 files changed, 11 insertions, 16 deletions
diff --git a/x11-toolkits/gtkmm24/Makefile b/x11-toolkits/gtkmm24/Makefile
index 670c68b22fef..e3b1537379d7 100644
--- a/x11-toolkits/gtkmm24/Makefile
+++ b/x11-toolkits/gtkmm24/Makefile
@@ -1,36 +1,31 @@
-# New ports collection makefile for: gtk--
-# Date created: 11 May 1998
-# Whom: Yukihiro Nakai <Nakai@technologist.com>
+# New ports collection makefile for: gtkmm2
+# Date created: 30 September 2002
+# Whom: Martin Klaffenboeck <martin.klaffenboeck@gmx.at>
#
# $FreeBSD$
#
PORTNAME= gtkmm
-PORTVERSION= 1.2.8
-PORTREVISION= 1
+PORTVERSION= 1.3.23
CATEGORIES= x11-toolkits
-MASTER_SITES= ${MASTER_SITE_GNOME}
-MASTER_SITE_SUBDIR= sources/gtkmm/1.2
-#DIST_SUBDIR= gnome
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= gtkmm
MAINTAINER= gnome@FreeBSD.org
-LIB_DEPENDS= sigc.1:${PORTSDIR}/devel/libsigc++
+LIB_DEPENDS= sigc-1.1.5:${PORTSDIR}/devel/libsigc++12 \
+ gtk-x11-2.0.0:${PORTSDIR}/x11-toolkits/gtk20
BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4
-USE_BZIP2= yes
USE_X_PREFIX= yes
+NO_LATEST_LINK= yes
USE_GMAKE= yes
-USE_GNOMENG= yes
-USE_GNOME= gtk12
USE_LIBTOOL= yes
-LIBTOOLFLAGS= --disable-ltlibs --release-ignore
INSTALLS_SHLIB= yes
+USE_GNOMENG= yes
+USE_GNOME= gnomehack
CONFIGURE_ARGS= --enable-static=yes \
--without-gnome \
--with-sigc-prefix=${LOCALBASE}
-post-install:
- @${CAT} ${PKGMESSAGE}
-
.include <bsd.port.mk>