- Switch to USES=libtool, drop .la files
- Strip libraries
This commit is contained in:
parent
ab53aa0e5e
commit
73fe4365b6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=355549
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= easysoap
|
||||
PORTVERSION= 0.8.0
|
||||
PORTREVISION= 4
|
||||
PORTREVISION= 5
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/SWANSONG
|
||||
DISTNAME= EasySoap++-${PORTVERSION}
|
||||
@ -16,8 +16,10 @@ LICENSE= LGPL21
|
||||
LIB_DEPENDS= libexpat.so:${PORTSDIR}/textproc/expat2
|
||||
|
||||
USE_OPENSSL= yes
|
||||
USE_AUTOTOOLS= libtool
|
||||
USES= libtool
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= ac_cv_lib_stdcpp_main=no
|
||||
INSTALL_TARGET= install-strip
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
|
@ -41,7 +41,7 @@ include/easysoap/es_config.h
|
||||
include/easysoap/es_msvc.h
|
||||
include/easysoap/es_mwerks.h
|
||||
lib/libeasysoap.a
|
||||
lib/libeasysoap.la
|
||||
lib/libeasysoap.so
|
||||
lib/libeasysoap.so.0
|
||||
lib/libeasysoap.so.0.0.0
|
||||
@dirrm include/easysoap
|
||||
|
Loading…
Reference in New Issue
Block a user