diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-04-16 20:44:02 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-04-16 20:44:02 +0800 |
commit | 2a26149fae703ac5eec87129043da2a744bdc172 (patch) | |
tree | ae46fca95426e0ec09e0d4a41801432803e4f7c1 /devel/glibmm/Makefile | |
parent | bccbbfa12a70f0c378d8a0ace42d6937315498da (diff) | |
download | marcuscom-ports-2a26149fae703ac5eec87129043da2a744bdc172.tar marcuscom-ports-2a26149fae703ac5eec87129043da2a744bdc172.tar.gz marcuscom-ports-2a26149fae703ac5eec87129043da2a744bdc172.tar.bz2 marcuscom-ports-2a26149fae703ac5eec87129043da2a744bdc172.tar.lz marcuscom-ports-2a26149fae703ac5eec87129043da2a744bdc172.tar.xz marcuscom-ports-2a26149fae703ac5eec87129043da2a744bdc172.tar.zst marcuscom-ports-2a26149fae703ac5eec87129043da2a744bdc172.zip |
Update glibmm to 2.36.0.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18378 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/glibmm/Makefile')
-rw-r--r-- | devel/glibmm/Makefile | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/devel/glibmm/Makefile b/devel/glibmm/Makefile new file mode 100644 index 000000000..a2eb4fe6c --- /dev/null +++ b/devel/glibmm/Makefile @@ -0,0 +1,41 @@ +# Created by: Adam Weinberger <adamw@FreeBSD.org> +# $FreeBSD: head/devel/glibmm/Makefile 313633 2013-03-08 10:51:34Z kwm $ +# $MCom$ + +PORTNAME= glibmm +PORTVERSION= 2.36.0 +PORTREVISION?= 0 +PORTEPOCH= 1 +CATEGORIES= devel +MASTER_SITES= GNOME +DIST_SUBDIR= gnome2 + +MAINTAINER= gnome@FreeBSD.org +COMMENT= C++ interfaces for glib2 + +USE_XZ= yes + +PLIST_SUB= VERSION="2.4" API_VERSION="2.4" + +.if !defined(REFERENCE_PORT) + +BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 + +USE_GMAKE= yes +USE_GETTEXT= yes +USES= pathfix +USE_GNOME= glib20 ltverhack libsigc++20 +USE_PKGCONFIG= build +USE_PERL5= yes +USE_AUTOTOOLS= libtool +USE_LDCONFIG= yes +CONFIGURE_ARGS= --enable-static --disable-documentation + +post-patch: +.for d in docs examples tests + @${REINPLACE_CMD} -e '/^SUBDIRS = /s/${d}//' ${WRKSRC}/Makefile.in +.endfor + +.include <bsd.port.mk> + +.endif |