mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Switch to USES=libtool, drop .la files
Approved by: portmgr blanket
This commit is contained in:
parent
6fef5eafe5
commit
1d3844085c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=364831
@ -3,14 +3,14 @@
|
||||
|
||||
PORTNAME= skstream
|
||||
PORTVERSION= 0.3.9
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= SF/worldforge/${PORTNAME}%20%28network%20lib%29/${PORTVERSION}
|
||||
|
||||
MAINTAINER= oliver@FreeBSD.org
|
||||
COMMENT= iostream based C++ socket library
|
||||
|
||||
USES= pathfix pkgconfig compiler:c++11-lib gmake
|
||||
USES= libtool pathfix pkgconfig compiler:c++11-lib gmake
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
|
@ -12,9 +12,9 @@ include/skstream-0.3/skstream/skserver.h
|
||||
include/skstream-0.3/skstream/skserver_unix.h
|
||||
include/skstream-0.3/skstream/skpoll.h
|
||||
include/skstream-0.3/skstream/sasproto.h
|
||||
lib/libskstream-0.3.la
|
||||
lib/libskstream-0.3.so
|
||||
lib/libskstream-0.3.so.7
|
||||
lib/libskstream-0.3.so.7.0.0
|
||||
libdata/pkgconfig/skstream-0.3.pc
|
||||
libdata/pkgconfig/skstream-unix-0.3.pc
|
||||
lib/skstream-0.3/include/skstream/skstreamconfig.h
|
||||
|
Loading…
Reference in New Issue
Block a user