diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-05-26 18:57:58 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-05-26 18:57:58 +0000 |
commit | 7c47c61e4f8476aa720c0021fa095c1880c58e2a (patch) | |
tree | 0331b3c05bd20f4161cb3028133225cdf8f87b71 /net | |
parent | f12a8a26f46e84c909992d538dd52b02f4ffb497 (diff) | |
download | freebsd-ports-7c47c61e4f8476aa720c0021fa095c1880c58e2a.zip |
- Convert to USES=libtool
- Add LICENSE_FILE
- Strip libraries
Diffstat (limited to 'net')
-rw-r--r-- | net/libsocketcpp/Makefile | 8 | ||||
-rw-r--r-- | net/libsocketcpp/pkg-plist | 2 |
2 files changed, 8 insertions, 2 deletions
diff --git a/net/libsocketcpp/Makefile b/net/libsocketcpp/Makefile index 8324f3febccf..b143ed9e40d2 100644 --- a/net/libsocketcpp/Makefile +++ b/net/libsocketcpp/Makefile @@ -3,6 +3,7 @@ PORTNAME= libsocketcpp PORTVERSION= 1.0.7 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= SF/libsocket/${PORTNAME}-stable/${PORTVERSION} @@ -10,8 +11,13 @@ MAINTAINER= ports@FreeBSD.org COMMENT= C++ wrapper library to the sockets LICENSE= LGPL21 # (or later) +LICENSE_FILE= ${WRKSRC}/LICENSE -USE_AUTOTOOLS= libtool +USES= libtool +GNU_CONFIGURE= yes USE_LDCONFIG= yes +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libsocketcpp.so + .include <bsd.port.mk> diff --git a/net/libsocketcpp/pkg-plist b/net/libsocketcpp/pkg-plist index fc3f30f6c03c..2387a9a2086a 100644 --- a/net/libsocketcpp/pkg-plist +++ b/net/libsocketcpp/pkg-plist @@ -2,7 +2,7 @@ bin/tcpservertest bin/tcptest include/libsocketcpp/tcpsocket.h lib/libsocketcpp.a -lib/libsocketcpp.la lib/libsocketcpp.so lib/libsocketcpp.so.0 +lib/libsocketcpp.so.0.0.0 @dirrm include/libsocketcpp |