diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-06-03 08:48:07 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-06-03 08:48:07 +0800 |
commit | 2fb0be99edf7b57601afdd9b5062bd631339ca71 (patch) | |
tree | 7a04ea0460058d2fe0fdc68d38c45f357c1eac14 /textproc | |
parent | ea9ddb93d4c50e42311560bd8b99ac24ec8aac9c (diff) | |
download | freebsd-ports-gnome-2fb0be99edf7b57601afdd9b5062bd631339ca71.tar.gz freebsd-ports-gnome-2fb0be99edf7b57601afdd9b5062bd631339ca71.tar.zst freebsd-ports-gnome-2fb0be99edf7b57601afdd9b5062bd631339ca71.zip |
- Convert USE_BZIP2 to USES
- Switch to USES=libtool, drop .la files
- Strip libraries
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/libuninameslist/Makefile | 11 | ||||
-rw-r--r-- | textproc/libuninameslist/pkg-plist | 4 |
2 files changed, 9 insertions, 6 deletions
diff --git a/textproc/libuninameslist/Makefile b/textproc/libuninameslist/Makefile index ff4cbdfb8868..3ddf97406bcb 100644 --- a/textproc/libuninameslist/Makefile +++ b/textproc/libuninameslist/Makefile @@ -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> diff --git a/textproc/libuninameslist/pkg-plist b/textproc/libuninameslist/pkg-plist index 100221677865..5471a9d45fb6 100644 --- a/textproc/libuninameslist/pkg-plist +++ b/textproc/libuninameslist/pkg-plist @@ -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 |