1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

- Switch to USES=libtool, drop .la files

- Strip libraries
This commit is contained in:
Dmitry Marakasov 2014-07-25 13:49:32 +00:00
parent 65af08a64c
commit 0dbbb3ec56
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=362904
2 changed files with 7 additions and 3 deletions

View File

@ -3,20 +3,24 @@
PORTNAME= xds
PORTVERSION= 0.9.3
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_OSSP}
MASTER_SITE_SUBDIR= lib/${PORTNAME}
MASTER_SITES= OSSP/lib/${PORTNAME}
PKGNAMEPREFIX= ossp-
MAINTAINER= ports@FreeBSD.org
COMMENT= Generic and extensible framework for serialization
USES= libtool
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
check: build
@(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} check)
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libxds.so
.include <bsd.port.pre.mk>
.if ${ARCH} == "powerpc"

View File

@ -1,8 +1,8 @@
bin/xds-config
include/xds.h
lib/libxds.a
lib/libxds.la
lib/libxds.so
lib/libxds.so.9
lib/libxds.so.9.0.23
man/man1/xds-config.1.gz
man/man3/xds.3.gz