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-03 17:58:35 +00:00
parent 3848a19211
commit ac0b4eccb6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=360434

View File

@ -3,22 +3,22 @@
PORTNAME= ekhtml
PORTVERSION= 0.3.2
PORTREVISION= 1
CATEGORIES= textproc
MASTER_SITES= SF
MAINTAINER= miwi@FreeBSD.org
COMMENT= El-Kabong is a speedy, yet forgiving, SAX-style HTML parser
USE_AUTOTOOLS= libtool
GNU_CONFIGURE= yes
USES= gmake
USES= gmake libtool
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
USE_LDCONFIG= yes
MAKE_JOBS_UNSAFE= yes
PLIST_FILES= include/ekhtml.h lib/libekhtml.a \
lib/libekhtml.la lib/libekhtml.so \
lib/libekhtml.so.0
lib/libekhtml.so lib/libekhtml.so.0 \
lib/libekhtml.so.0.0.0
.include <bsd.port.mk>