diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-01-17 22:05:24 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-01-17 22:05:24 +0800 |
commit | b8d247931b3489c3356e36503785b3ae92d77630 (patch) | |
tree | c88765e7385adbf5a23ad003793a0fe37e39acbc /x11-toolkits/gtkmm24/Makefile | |
parent | ef30b91d569c05432bfbe0e4566683d2975d0f5c (diff) | |
download | marcuscom-ports-b8d247931b3489c3356e36503785b3ae92d77630.tar marcuscom-ports-b8d247931b3489c3356e36503785b3ae92d77630.tar.gz marcuscom-ports-b8d247931b3489c3356e36503785b3ae92d77630.tar.bz2 marcuscom-ports-b8d247931b3489c3356e36503785b3ae92d77630.tar.lz marcuscom-ports-b8d247931b3489c3356e36503785b3ae92d77630.tar.xz marcuscom-ports-b8d247931b3489c3356e36503785b3ae92d77630.tar.zst marcuscom-ports-b8d247931b3489c3356e36503785b3ae92d77630.zip |
Update to 2.23.90.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@15040 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits/gtkmm24/Makefile')
-rw-r--r-- | x11-toolkits/gtkmm24/Makefile | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/x11-toolkits/gtkmm24/Makefile b/x11-toolkits/gtkmm24/Makefile new file mode 100644 index 000000000..ff8d1d703 --- /dev/null +++ b/x11-toolkits/gtkmm24/Makefile @@ -0,0 +1,50 @@ +# New ports collection makefile for: gtkmm2 +# Date created: 30 September 2002 +# Whom: Martin Klaffenboeck <martin.klaffenboeck@gmx.at> +# +# $FreeBSD$ +# $MCom: ports/x11-toolkits/gtkmm24/Makefile,v 1.71 2010/09/27 21:24:09 kwm Exp $ +# + +PORTNAME= gtkmm +PORTVERSION= 2.23.90 +PORTREVISION?= 0 +CATEGORIES= x11-toolkits +MASTER_SITES= GNOME +DIST_SUBDIR= gnome2 + +MAINTAINER= gnome@FreeBSD.org +COMMENT= C++ wrapper for Gtk+, Pango + +USE_BZIP2= 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 +USE_GETTEXT= yes +GNU_CONFIGURE= yes +USE_LDCONFIG= yes +USE_AUTOTOOLS= libtool +USE_GNOME= gnomehack gtk20 ltverhack:1 +MAKE_JOBS_SAFE= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" +CONFIGURE_ARGS= --disable-documentation \ + --enable-static=yes + +PLIST_SUB= VERSION="2.4" API_VERSION="2.4" + +post-patch: + @${REINPLACE_CMD} -e '/^SUBDIRS =/s/tests//' \ + ${WRKSRC}/Makefile.in + +.include <bsd.port.mk> + +.endif |