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
a1c75c0e88
commit
4f4df89878
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=359497
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= libmetalink
|
||||
PORTVERSION= 0.1.2
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= misc
|
||||
MASTER_SITES= https://launchpad.net/${PORTNAME}/trunk/${PORTVERSION}/+download/ \
|
||||
LOCAL/sunpoet
|
||||
@ -21,7 +21,7 @@ OPTIONS_DEFAULT=EXPAT
|
||||
GNU_CONFIGURE= yes
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
USE_LDCONFIG= yes
|
||||
USES= pathfix tar:bzip2
|
||||
USES= libtool pathfix tar:bzip2
|
||||
|
||||
PORTEXAMPLES= LibO_3.5.4_Win_x86_install_multi.msi.meta4 \
|
||||
metalinkcat.c \
|
||||
|
@ -4,9 +4,9 @@ include/metalink/metalink_parser.h
|
||||
include/metalink/metalink_types.h
|
||||
include/metalink/metalinkver.h
|
||||
lib/libmetalink.a
|
||||
lib/libmetalink.la
|
||||
lib/libmetalink.so
|
||||
lib/libmetalink.so.3
|
||||
lib/libmetalink.so.3.0.0
|
||||
libdata/pkgconfig/libmetalink.pc
|
||||
man/man3/metalink_checksum_t.3.gz
|
||||
man/man3/metalink_chunk_checksum_t.3.gz
|
||||
|
Loading…
Reference in New Issue
Block a user