mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
- Switch to USES=libtool (USE_AUTOTOOLS=libtool still required as it calls )
- Strip library
This commit is contained in:
parent
96b469d093
commit
47cddf80e0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=355555
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= xparam
|
||||
PORTVERSION= 1.22
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= SF
|
||||
|
||||
@ -12,8 +12,13 @@ COMMENT= General-purpose tool for parameter handling in C++
|
||||
|
||||
LICENSE= GPLv2 # (or later)
|
||||
|
||||
USES= gmake
|
||||
USES= gmake libtool
|
||||
USE_AUTOTOOLS= libtool
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
post-install:
|
||||
${CHMOD} u+w ${STAGEDIR}${PREFIX}/lib/libxparam.so
|
||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libxparam.so
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -82,7 +82,6 @@ include/xparam/xpv_value_imp.h
|
||||
include/xparam.h
|
||||
include/xparam_extend.h
|
||||
lib/libxparam.a
|
||||
lib/libxparam.la
|
||||
lib/libxparam.so
|
||||
lib/libxparam.so.1
|
||||
@dirrm include/xparam
|
||||
|
Loading…
Reference in New Issue
Block a user