aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits/gtkmm24/Makefile
diff options
context:
space:
mode:
authorkwm <kwm@FreeBSD.org>2013-08-29 23:32:15 +0800
committerkwm <kwm@FreeBSD.org>2013-08-29 23:32:15 +0800
commiteaba5a1e38a6a134ad60cd4e6b7ce64b311217a6 (patch)
tree4cfa76ee9434128449448deeb9b358d3add597e8 /x11-toolkits/gtkmm24/Makefile
parent04fb25691d27264db9ce274313916f94898deef9 (diff)
downloadfreebsd-ports-graphics-eaba5a1e38a6a134ad60cd4e6b7ce64b311217a6.tar.gz
freebsd-ports-graphics-eaba5a1e38a6a134ad60cd4e6b7ce64b311217a6.tar.zst
freebsd-ports-graphics-eaba5a1e38a6a134ad60cd4e6b7ce64b311217a6.zip
Update to 2.24.4.
Trim header and update comments and pkg-descr. Switch to USES=gmake pathfix, and use *mm components from USE_GNOME.
Diffstat (limited to 'x11-toolkits/gtkmm24/Makefile')
-rw-r--r--x11-toolkits/gtkmm24/Makefile21
1 files changed, 6 insertions, 15 deletions
diff --git a/x11-toolkits/gtkmm24/Makefile b/x11-toolkits/gtkmm24/Makefile
index fc4868a5b06..298f7748c4c 100644
--- a/x11-toolkits/gtkmm24/Makefile
+++ b/x11-toolkits/gtkmm24/Makefile
@@ -1,38 +1,29 @@
-# New ports collection makefile for: gtkmm2
-# Date created: 30 September 2002
-# Whom: Martin Klaffenboeck <martin.klaffenboeck@gmx.at>
-#
+# Created by: Martin Klaffenboeck <martin.klaffenboeck@gmx.at>
# $FreeBSD$
# $MCom: ports/x11-toolkits/gtkmm24/Makefile,v 1.77 2011/07/16 17:31:29 kwm Exp $
-#
PORTNAME= gtkmm
-PORTVERSION= 2.24.2
-PORTREVISION?= 1
+PORTVERSION= 2.24.4
+PORTREVISION?= 0
CATEGORIES= x11-toolkits
MASTER_SITES= GNOME
DIST_SUBDIR= gnome2
MAINTAINER= gnome@FreeBSD.org
-COMMENT= C++ wrapper for Gtk+, Pango
+COMMENT= C++ wrapper for Gtk+
USE_XZ= yes
LATEST_LINK= gtkmm24
.if !defined(REFERENCE_PORT)
-LIB_DEPENDS= glibmm-2.4.1:${PORTSDIR}/devel/glibmm \
- cairomm-1.0.1:${PORTSDIR}/graphics/cairomm \
- atkmm-1.6.2:${PORTSDIR}/accessibility/atkmm \
- pangomm-1.4.1:${PORTSDIR}/x11-toolkits/pangomm
BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4
-USE_GMAKE= yes
-USES= gettext
+USES= gettext gmake pathfix
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
USE_AUTOTOOLS= libtool
-USE_GNOME= gnomehack gtk20 ltverhack:1
+USE_GNOME= atkmm gtk20 ltverhack:1 pangomm
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
CONFIGURE_ARGS= --disable-documentation \