- Switch to USES=libtool, drop .la files
Approved by: portmgr blanket
This commit is contained in:
parent
d7c63888ee
commit
7f1e443d44
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=366437
1 changed files with 4 additions and 3 deletions
|
@ -3,6 +3,7 @@
|
||||||
|
|
||||||
PORTNAME= libtpl
|
PORTNAME= libtpl
|
||||||
PORTVERSION= 1.6
|
PORTVERSION= 1.6
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= devel
|
CATEGORIES= devel
|
||||||
MASTER_SITES= GH
|
MASTER_SITES= GH
|
||||||
|
|
||||||
|
@ -13,7 +14,7 @@ OPTIONS_DEFINE= DOCS
|
||||||
|
|
||||||
LICENSE= BSD
|
LICENSE= BSD
|
||||||
|
|
||||||
USES= tar:bzip2
|
USES= libtool tar:bzip2
|
||||||
USE_GITHUB= yes
|
USE_GITHUB= yes
|
||||||
GH_ACCOUNT= waitman
|
GH_ACCOUNT= waitman
|
||||||
GH_TAGNAME= ${GH_COMMIT}
|
GH_TAGNAME= ${GH_COMMIT}
|
||||||
|
@ -23,8 +24,8 @@ GNU_CONFIGURE= yes
|
||||||
CONFIGURE_ARGS+= --enable-shared
|
CONFIGURE_ARGS+= --enable-shared
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
|
|
||||||
PLIST_FILES= lib/libtpl.la lib/libtpl.a \
|
PLIST_FILES= lib/libtpl.a lib/libtpl.so \
|
||||||
lib/libtpl.so lib/libtpl.so.0 \
|
lib/libtpl.so.0 lib/libtpl.so.0.0.0 \
|
||||||
include/tpl.h
|
include/tpl.h
|
||||||
|
|
||||||
PORTDOCS= ChangeLog.txt examples.txt userguide.txt compiling.txt
|
PORTDOCS= ChangeLog.txt examples.txt userguide.txt compiling.txt
|
||||||
|
|
Loading…
Reference in a new issue