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:
parent
65af08a64c
commit
0dbbb3ec56
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=362904
@ -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"
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user