mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Switch to USES=libtool, drop .la files
Approved by: portmgr blanket
This commit is contained in:
parent
bdc0898237
commit
32bf58996c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=360436
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= libnfs
|
||||
PORTVERSION= 1.3.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://cloud.github.com/downloads/sahlberg/${PORTNAME}/
|
||||
|
||||
@ -13,7 +14,7 @@ LICENSE= LGPL21 GPLv3
|
||||
LICENSE_COMB= multi
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
USES= pkgconfig gmake
|
||||
USES= pkgconfig gmake libtool
|
||||
USE_AUTOTOOLS= aclocal autoheader automake autoconf libtoolize
|
||||
ACLOCAL_ARGS= -I.
|
||||
AUTOMAKE_ARGS= --add-missing
|
||||
|
@ -1,7 +1,7 @@
|
||||
lib/libnfs.la
|
||||
lib/libnfs.a
|
||||
lib/libnfs.so
|
||||
lib/libnfs.so.1
|
||||
lib/libnfs.so.1.0.3
|
||||
include/nfsc/libnfs-raw-mount.h
|
||||
include/nfsc/libnfs-raw-nfs.h
|
||||
include/nfsc/libnfs-raw-portmap.h
|
||||
|
Loading…
Reference in New Issue
Block a user