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 Approved by: portmgr blanket
This commit is contained in:
parent
4e0a6c6828
commit
e2f418fe37
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=362736
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= lwp
|
||||
PORTVERSION= 2.6
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://ftp.coda.cs.cmu.edu/pub/lwp/src/ \
|
||||
http://ftp.wu-wien.ac.at/pub/systems/coda/src/ \
|
||||
@ -14,8 +15,9 @@ COMMENT= Userspace thread library
|
||||
|
||||
LICENSE= LGPL20
|
||||
|
||||
USES= gmake pathfix
|
||||
USES= gmake libtool pathfix
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LDCONFIG= yes
|
||||
INSTALL_TARGET= install-strip
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -2,8 +2,8 @@ include/lwp/lock.h
|
||||
include/lwp/lwp.h
|
||||
include/lwp/timer.h
|
||||
lib/liblwp.a
|
||||
lib/liblwp.la
|
||||
lib/liblwp.so
|
||||
lib/liblwp.so.2
|
||||
lib/liblwp.so.2.0.9
|
||||
libdata/pkgconfig/lwp.pc
|
||||
@dirrm include/lwp
|
||||
|
Loading…
Reference in New Issue
Block a user