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:32 +00:00
parent e3cc604e9c
commit 9af1f61527
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=362885

View File

@ -3,6 +3,7 @@
PORTNAME= libeio
PORTVERSION= 4.18.0
PORTREVISION= 1
CATEGORIES= devel
MAINTAINER= osa@FreeBSD.org
@ -13,6 +14,7 @@ GH_ACCOUNT= scunningham
GH_TAGNAME= ${GH_COMMIT}
GH_COMMIT= e1a62ab
USE_AUTOTOOLS= libtoolize aclocal autoconf autoheader automake
USES= libtool
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
@ -20,7 +22,7 @@ LIBTOOLIZE_ARGS=--copy --force
ACLOCAL_ARGS= -I ${LOCALBASE}/share/aclocal
AUTOMAKE_ARGS= --add-missing
PLIST_FILES= include/eio.h lib/libeio.a lib/libeio.la \
lib/libeio.so lib/libeio.so.1
PLIST_FILES= include/eio.h lib/libeio.a lib/libeio.so \
lib/libeio.so.1 lib/libeio.so.1.0.0
.include <bsd.port.mk>