- Switch to USES=libtool, drop .la files
- Use new LIB_DEPENDS syntax Approved by: portmgr blanket
This commit is contained in:
parent
f7a1fe52a6
commit
af962652e8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=360388
2 changed files with 4 additions and 3 deletions
|
@ -3,6 +3,7 @@
|
|||
|
||||
PORTNAME= libarms
|
||||
PORTVERSION= 5.01
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= net devel
|
||||
MASTER_SITES= https://dev.smf.jp/dl/ \
|
||||
http://dev.smf.jp/dl/
|
||||
|
@ -10,9 +11,9 @@ MASTER_SITES= https://dev.smf.jp/dl/ \
|
|||
MAINTAINER= shigeru@iij.ad.jp
|
||||
COMMENT= SMFv2/ARMS client library for C
|
||||
|
||||
LIB_DEPENDS= expat:${PORTSDIR}/textproc/expat2
|
||||
LIB_DEPENDS= libexpat.so:${PORTSDIR}/textproc/expat2
|
||||
|
||||
USES= gmake
|
||||
USES= gmake libtool
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
include/libarms.h
|
||||
lib/libarms.a
|
||||
lib/libarms.la
|
||||
lib/libarms.so
|
||||
lib/libarms.so.0
|
||||
lib/libarms.so.0.0.1
|
||||
%%DOCSDIR%%/doc/.buildinfo
|
||||
%%DOCSDIR%%/doc/_images/libarms-pull.png
|
||||
%%DOCSDIR%%/doc/_images/libarms-push.png
|
||||
|
|
Loading…
Reference in a new issue