aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2014-01-29 06:13:46 +0800
committerbapt <bapt@FreeBSD.org>2014-01-29 06:13:46 +0800
commit7e5b5eec4bbdf7d3286bac128d0aea16ae6fabfa (patch)
treebd686380e36004c5d4f5b7bfe4e97c21e97949a5
parent09c0d42f90e2d6eb753f4e71c1102e1f71eb3671 (diff)
downloadfreebsd-ports-gnome-7e5b5eec4bbdf7d3286bac128d0aea16ae6fabfa.tar.gz
freebsd-ports-gnome-7e5b5eec4bbdf7d3286bac128d0aea16ae6fabfa.tar.zst
freebsd-ports-gnome-7e5b5eec4bbdf7d3286bac128d0aea16ae6fabfa.zip
Support stage
Convert to USES=libtool Add a static option now that we have a working libtool that respects that
-rw-r--r--devel/libsigcx/Makefile16
-rw-r--r--devel/libsigcx/pkg-plist6
2 files changed, 14 insertions, 8 deletions
diff --git a/devel/libsigcx/Makefile b/devel/libsigcx/Makefile
index 428da2862d63..648c519228f1 100644
--- a/devel/libsigcx/Makefile
+++ b/devel/libsigcx/Makefile
@@ -3,21 +3,25 @@
PORTNAME= libsigcx
PORTVERSION= 0.6.6
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= devel
MASTER_SITES= SF
MAINTAINER= ports@FreeBSD.org
-COMMENT= An extension of libSigC++
+COMMENT= Extension of libSigC++
BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4
-LIB_DEPENDS= sigc-1.2.5:${PORTSDIR}/devel/libsigc++12
+LIB_DEPENDS= libsigc-1.2.so:${PORTSDIR}/devel/libsigc++12
-USES= pathfix gmake pkgconfig
+OPTIONS_DEFINE= STATIC
+
+USES= gmake libtool pathfix pkgconfig
USE_GNOME= gtk20
-USE_AUTOTOOLS= libtool
+GNU_CONFIGURE= yes
CONFIGURE_ENV= ac_cv_path_DOXYGEN=""
USE_LDCONFIG= yes
-NO_STAGE= yes
+STATIC_CONFIGURE_ENABLE= static
+OPTIONS_SUB= yes
+
.include <bsd.port.mk>
diff --git a/devel/libsigcx/pkg-plist b/devel/libsigcx/pkg-plist
index 81eb6eb32ce1..498d163d971d 100644
--- a/devel/libsigcx/pkg-plist
+++ b/devel/libsigcx/pkg-plist
@@ -18,14 +18,16 @@ include/sigcx-0.6/sigcx/thread_tunnel.h
include/sigcx-0.6/sigcx/timeval.h
include/sigcx-0.6/sigcx/tunnel.h
include/sigcx-0.6/sigcx/util.h
-lib/libsigcx-0.6.a
+%%STATIC%%lib/libsigcx-0.6.a
lib/libsigcx-0.6.la
lib/libsigcx-0.6.so
lib/libsigcx-0.6.so.4
-lib/libsigcx-gtk-0.6.a
+lib/libsigcx-0.6.so.4.0.0
+%%STATIC%%lib/libsigcx-gtk-0.6.a
lib/libsigcx-gtk-0.6.la
lib/libsigcx-gtk-0.6.so
lib/libsigcx-gtk-0.6.so.1
+lib/libsigcx-gtk-0.6.so.1.0.0
lib/sigcx-0.6/include/sigcxconfig.h
libdata/pkgconfig/sigcx-0.6-gtk+.pc
libdata/pkgconfig/sigcx-0.6.pc