diff options
author | gusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-10-15 16:11:00 +0800 |
---|---|---|
committer | gusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-10-15 16:11:00 +0800 |
commit | 0186078c73399b59dc89eabdb0ef3a8080a09151 (patch) | |
tree | 3e644367614b99c50eaf5497b5f47261264019e5 /devel/libsigc++20/Makefile | |
parent | fc83e4b57fffee059dafb9315fda03d78388881d (diff) | |
download | marcuscom-ports-0186078c73399b59dc89eabdb0ef3a8080a09151.tar marcuscom-ports-0186078c73399b59dc89eabdb0ef3a8080a09151.tar.gz marcuscom-ports-0186078c73399b59dc89eabdb0ef3a8080a09151.tar.bz2 marcuscom-ports-0186078c73399b59dc89eabdb0ef3a8080a09151.tar.lz marcuscom-ports-0186078c73399b59dc89eabdb0ef3a8080a09151.tar.xz marcuscom-ports-0186078c73399b59dc89eabdb0ef3a8080a09151.tar.zst marcuscom-ports-0186078c73399b59dc89eabdb0ef3a8080a09151.zip |
Another update:
- gcr to 3.14.0
- libgweather to 3.14.0
- libwnck3 to 3.4.9
- libsigc++20 to 2.4.0 [1]
[1] Pulled in from the ports tree. To be removed
when it makes its way back there.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@19952 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/libsigc++20/Makefile')
-rw-r--r-- | devel/libsigc++20/Makefile | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/devel/libsigc++20/Makefile b/devel/libsigc++20/Makefile new file mode 100644 index 000000000..2afe19c46 --- /dev/null +++ b/devel/libsigc++20/Makefile @@ -0,0 +1,35 @@ +# Created by: Alexander Nedotsukov <bland@FreeBSD.org> +# $FreeBSD: head/devel/libsigc++20/Makefile 366939 2014-09-01 19:35:35Z tijl $ +# $MCom$ + +PORTNAME= libsigc++ +PORTVERSION= 2.4.0 +CATEGORIES= devel +MASTER_SITES= GNOME + +MAINTAINER= gnome@FreeBSD.org +COMMENT= Callback Framework for C++ + +BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 + +GNU_CONFIGURE= yes +INSTALL_TARGET= install-strip +USES= gmake libtool pathfix perl5 tar:xz +USE_PERL5= build +USE_LDCONFIG= yes + +PLIST_SUB= VERSION="2.0" API_VERSION="2.0" + +OPTIONS_DEFINE= DOCS + +.include <bsd.port.options.mk> + +.if ! ${PORT_OPTIONS:MDOCS} +CONFIGURE_ARGS+=--enable-documentation=no +.endif + +post-patch: + @${REINPLACE_CMD} -e "/^SUBDIRS =/s|tests||; \ + /^SUBDIRS =/s|examples||" ${WRKSRC}/Makefile.in + +.include <bsd.port.mk> |