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
7aabd1b009
commit
9a2db5548d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=356634
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= libpar2
|
||||
PORTVERSION= 0.4
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= archivers
|
||||
MASTER_SITES= http://launchpad.net/${PORTNAME}/trunk/${PORTVERSION}/+download/
|
||||
|
||||
@ -19,7 +20,7 @@ LDFLAGS+= -L${LOCALBASE}/lib
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
|
||||
USE_LDCONFIG= yes
|
||||
USES= pkgconfig
|
||||
USES= pkgconfig libtool
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
|
@ -27,9 +27,9 @@ include/libpar2/reedsolomon.h
|
||||
include/libpar2/verificationhashtable.h
|
||||
include/libpar2/verificationpacket.h
|
||||
lib/libpar2.a
|
||||
lib/libpar2.la
|
||||
lib/libpar2.so
|
||||
lib/libpar2.so.1
|
||||
lib/libpar2.so.1.0.0
|
||||
lib/libpar2/include/config.h
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README
|
||||
%%PORTDOCS%%@dirrmtry %%DOCSDIR%%
|
||||
|
Loading…
Reference in New Issue
Block a user