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
df72d3120c
commit
13b0ec6c78
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=362906
@ -3,9 +3,9 @@
|
||||
|
||||
PORTNAME= cfg
|
||||
PORTVERSION= 0.9.11
|
||||
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
|
||||
@ -13,6 +13,7 @@ COMMENT= Library for parsing arbitrary C/C++-style configuration files
|
||||
|
||||
LIB_DEPENDS= libex.so:${PORTSDIR}/devel/ossp-ex
|
||||
|
||||
USES= libtool
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --with-ex=${LOCALBASE}
|
||||
USE_LDCONFIG= yes
|
||||
@ -20,4 +21,7 @@ USE_LDCONFIG= yes
|
||||
check: build
|
||||
@(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} check)
|
||||
|
||||
post-install:
|
||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libcfg.so
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,7 +1,7 @@
|
||||
bin/cfg-config
|
||||
include/cfg.h
|
||||
lib/libcfg.a
|
||||
lib/libcfg.la
|
||||
lib/libcfg.so
|
||||
lib/libcfg.so.9
|
||||
lib/libcfg.so.9.0.31
|
||||
man/man3/cfg.3.gz
|
||||
|
Loading…
Reference in New Issue
Block a user