From efebe96d2bc385cd3e2f7eb9c574b07a61358b8e Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Tue, 10 Mar 2015 14:15:52 +0000 Subject: [PATCH] - Add LICENSE - Strip library --- textproc/ekhtml/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/textproc/ekhtml/Makefile b/textproc/ekhtml/Makefile index 2ba4c810aa41..6f54d05d96e4 100644 --- a/textproc/ekhtml/Makefile +++ b/textproc/ekhtml/Makefile @@ -3,19 +3,23 @@ PORTNAME= ekhtml PORTVERSION= 0.3.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= El-Kabong is a speedy, yet forgiving, SAX-style HTML parser +LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/COPYING + GNU_CONFIGURE= yes USES= gmake libtool CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib USE_LDCONFIG= yes MAKE_JOBS_UNSAFE= yes +INSTALL_TARGET= install-strip PLIST_FILES= include/ekhtml.h lib/libekhtml.a \ lib/libekhtml.so lib/libekhtml.so.0 \