summaryrefslogtreecommitdiff
path: root/devel/streamhtmlparser/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/streamhtmlparser/Makefile')
-rw-r--r--devel/streamhtmlparser/Makefile39
1 files changed, 0 insertions, 39 deletions
diff --git a/devel/streamhtmlparser/Makefile b/devel/streamhtmlparser/Makefile
deleted file mode 100644
index e6a589f03244..000000000000
--- a/devel/streamhtmlparser/Makefile
+++ /dev/null
@@ -1,39 +0,0 @@
-# Created by: HU Dong <itechbear@gmail.com>
-# $FreeBSD$
-
-PORTNAME= streamhtmlparser
-PORTVERSION= 0.1
-PORTREVISION= 1
-CATEGORIES= devel
-MASTER_SITES= GOOGLE_CODE
-
-MAINTAINER= itechbear@gmail.com
-COMMENT= C/C++/Python streaming HTML parser library from Google
-
-LICENSE= BSD2CLAUSE
-
-BROKEN= Unfetchable (google code has gone away)
-DEPRECATED= Unfetchable for more than six months (google code has gone away)
-EXPIRATION_DATE= 2017-04-30
-
-USES= gmake
-GNU_CONFIGURE= yes
-USE_LDCONFIG= yes
-CONFIGURE_ARGS+=--enable-shared
-
-OPTIONS_DEFINE= DOCS STATIC PYBINDINGS
-PYBINDINGS_DESC=Install Python bindings
-STATIC_DESC= Install static library
-OPTIONS_DEFAULT=STATIC
-OPTIONS_SUB= yes
-
-PYBINDINGS_USES= python
-PYBINDINGS_CONFIGURE_ENABLE= python
-PYBINDINGS_CFLAGS= -I${PYTHON_INCLUDEDIR}
-
-STATIC_CONFIGURE_ENABLE= static
-
-post-patch:
- @${REINPLACE_CMD} -e 's|^docdir.*|docdir = ${DOCSDIR}|' ${WRKSRC}/Makefile.in
-
-.include <bsd.port.mk>