1
0
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:
Dmitry Marakasov 2014-06-05 13:04:49 +00:00
parent 7aabd1b009
commit 9a2db5548d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=356634
2 changed files with 3 additions and 2 deletions

View File

@ -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

View File

@ -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%%