mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Convert USE_BZIP2 to USES
- Switch to USES=libtool, drop .la files - Strip libraries
This commit is contained in:
parent
ab93e30e46
commit
3d89d4ff8d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=356269
@ -3,18 +3,21 @@
|
||||
|
||||
PORTNAME= libuninameslist
|
||||
PORTVERSION= 20091231
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%20sources/Unicode_5.2-${PORTVERSION}
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= A library of Unicode annotation data
|
||||
COMMENT= Library of Unicode annotation data
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
|
||||
USE_BZIP2= yes
|
||||
USES= gmake
|
||||
USE_AUTOTOOLS= libtool
|
||||
USES= gmake tar:bzip2 libtool
|
||||
GNU_CONFIGURE= yes
|
||||
ALL_TARGET= both
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
post-install:
|
||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/*.so
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,9 +1,9 @@
|
||||
include/uninameslist.h
|
||||
lib/libuninameslist.a
|
||||
lib/libuninameslist.la
|
||||
lib/libuninameslist.so
|
||||
lib/libuninameslist.so.0
|
||||
lib/libuninameslist.so.0.0.2
|
||||
lib/libuninameslist-fr.a
|
||||
lib/libuninameslist-fr.la
|
||||
lib/libuninameslist-fr.so
|
||||
lib/libuninameslist-fr.so.0
|
||||
lib/libuninameslist-fr.so.0.0.2
|
||||
|
Loading…
Reference in New Issue
Block a user