- Switch to USES=libtool, drop .la files
- Fix GNU_CONFIGURE Approved by: portmgr blanket
This commit is contained in:
parent
3a9704f71c
commit
d09b50c436
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=358409
2 changed files with 4 additions and 3 deletions
|
@ -3,6 +3,7 @@
|
|||
|
||||
PORTNAME= thrulay
|
||||
PORTVERSION= 0.9
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= benchmarks net ipv6
|
||||
MASTER_SITES= SF \
|
||||
http://www.internet2.edu/~shalunov/thrulay/
|
||||
|
@ -10,8 +11,8 @@ MASTER_SITES= SF \
|
|||
MAINTAINER= shalunov@shlang.com
|
||||
COMMENT= Network capacity tester
|
||||
|
||||
HAS_CONFIGURE= yes
|
||||
USES= gmake
|
||||
GNU_CONFIGURE= yes
|
||||
USES= gmake libtool
|
||||
USE_LDCONFIG= yes
|
||||
USE_RC_SUBR= thrulayd
|
||||
SUB_FILES= thrulayd
|
||||
|
|
|
@ -3,9 +3,9 @@ sbin/thrulayd
|
|||
include/thrulay/client.h
|
||||
include/thrulay/server.h
|
||||
lib/libthrulay.a
|
||||
lib/libthrulay.la
|
||||
lib/libthrulay.so
|
||||
lib/libthrulay.so.0
|
||||
lib/libthrulay.so.0.0.0
|
||||
man/man1/thrulay.1.gz
|
||||
man/man8/thrulayd.8.gz
|
||||
@dirrm include/thrulay
|
||||
|
|
Loading…
Reference in a new issue