mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
Support stage
Convert to USES=libtool Add a static option now that we have a working libtool that respects that
This commit is contained in:
parent
826aa14ccf
commit
4b1df2a1e7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=341663
@ -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>
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user