- Switch to USES=libtool, drop .la files
Approved by: portmgr blanket
This commit is contained in:
parent
6c019ac3dd
commit
a5696eb474
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=359286
2 changed files with 4 additions and 2 deletions
|
@ -3,15 +3,17 @@
|
|||
|
||||
PORTNAME= libestr
|
||||
PORTVERSION= 0.1.9
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://libestr.adiscon.com/files/download/
|
||||
|
||||
MAINTAINER= brd@FreeBSD.org
|
||||
COMMENT= Library for some string essentials
|
||||
|
||||
USES= libtool
|
||||
USE_LDCONFIG= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --prefix="${PREFIX}" \
|
||||
--disable-testbench
|
||||
--disable-testbench
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
include/libestr.h
|
||||
lib/libestr.a
|
||||
lib/libestr.la
|
||||
lib/libestr.so
|
||||
lib/libestr.so.0
|
||||
lib/libestr.so.0.0.0
|
||||
libdata/pkgconfig/libestr.pc
|
||||
|
|
Loading…
Reference in a new issue