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-07-25 12:19:39 +00:00
parent 9af1f61527
commit c24e22c083
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=362886

View File

@ -3,7 +3,7 @@
PORTNAME= libg19draw
PORTVERSION= 1.0.0
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= devel
MASTER_SITES= SF/g19linux/${PORTNAME}/${PORTNAME}-${PORTVERSION}
@ -17,12 +17,12 @@ CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib -pthread"
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
USES= pkgconfig
USES= libtool pkgconfig
PLIST_FILES= include/libg19draw.h \
lib/libg19draw.a \
lib/libg19draw.la \
lib/libg19draw.so \
lib/libg19draw.so.1
lib/libg19draw.so.1 \
lib/libg19draw.so.1.0.0
.include <bsd.port.mk>