diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-03-10 14:15:52 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-03-10 14:15:52 +0000 |
commit | efebe96d2bc385cd3e2f7eb9c574b07a61358b8e (patch) | |
tree | 21721cd75eb57e995583d37a76e924fd44bf4ab6 /textproc/ekhtml | |
parent | 9b3f2c1340045678d89c8b6e68eb9e4ecca89242 (diff) |
Notes
Diffstat (limited to 'textproc/ekhtml')
-rw-r--r-- | textproc/ekhtml/Makefile | 6 |
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 \ |