summaryrefslogtreecommitdiff
path: root/devel/eventxx/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/eventxx/Makefile')
-rw-r--r--devel/eventxx/Makefile31
1 files changed, 0 insertions, 31 deletions
diff --git a/devel/eventxx/Makefile b/devel/eventxx/Makefile
deleted file mode 100644
index 404cf6e983a5..000000000000
--- a/devel/eventxx/Makefile
+++ /dev/null
@@ -1,31 +0,0 @@
-PORTNAME= eventxx
-PORTVERSION= 1.0.1
-PORTREVISION= 5
-CATEGORIES= devel
-MASTER_SITES= http://proj.llucax.com.ar/home/eventxx/releases/ \
- LOCAL/glarkin
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= C++ wrapper for libevent
-WWW= http://www.llucax.com.ar/~luca/eventxx/
-
-DEPRECATED= Upstream is gone, unmaintained for 10+ years in tree
-EXPIRATION_DATE=2025-05-31
-
-LIB_DEPENDS= libevent.so:devel/libevent
-
-NO_BUILD= yes
-
-OPTIONS_DEFINE= EXAMPLES
-
-post-extract:
- @${REINPLACE_CMD} -e 's|-I..|-I.. -I${LOCALBASE}/include -L${LOCALBASE}/lib|g' \
- ${WRKSRC}/test/Makefile
-
-do-install:
- ${INSTALL_DATA} ${WRKSRC}/eventxx ${STAGEDIR}${PREFIX}/include
- ${INSTALL} -d ${STAGEDIR}${EXAMPLESDIR}
- cd ${WRKSRC}/test && ${COPYTREE_SHARE} \*.cpp ${STAGEDIR}${EXAMPLESDIR}
- ${INSTALL_DATA} ${WRKSRC}/test/Makefile ${STAGEDIR}${EXAMPLESDIR}
-
-.include <bsd.port.mk>