aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2015-03-10 22:15:52 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2015-03-10 22:15:52 +0800
commit636abaa3c6ee158cf1d2f225c701e3d5378159fc (patch)
tree21721cd75eb57e995583d37a76e924fd44bf4ab6
parentf18b76328e564e814dd3127e2503b2cfc41078a2 (diff)
downloadfreebsd-ports-gnome-636abaa3c6ee158cf1d2f225c701e3d5378159fc.tar.gz
freebsd-ports-gnome-636abaa3c6ee158cf1d2f225c701e3d5378159fc.tar.zst
freebsd-ports-gnome-636abaa3c6ee158cf1d2f225c701e3d5378159fc.zip
- Add LICENSE
- Strip library
-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 \