aboutsummaryrefslogtreecommitdiff
path: root/textproc/ekhtml
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-03-10 14:15:52 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-03-10 14:15:52 +0000
commitefebe96d2bc385cd3e2f7eb9c574b07a61358b8e (patch)
tree21721cd75eb57e995583d37a76e924fd44bf4ab6 /textproc/ekhtml
parent9b3f2c1340045678d89c8b6e68eb9e4ecca89242 (diff)
downloadports-efebe96d2bc385cd3e2f7eb9c574b07a61358b8e.tar.gz
ports-efebe96d2bc385cd3e2f7eb9c574b07a61358b8e.zip
- Add LICENSE
- Strip library
Notes
Notes: svn path=/head/; revision=380914
Diffstat (limited to 'textproc/ekhtml')
-rw-r--r--textproc/ekhtml/Makefile6
1 files changed, 5 insertions, 1 deletions
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 \