1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-16 03:24:07 +00:00
freebsd-ports/devel/eventxx/Makefile
2021-04-06 16:31:07 +02:00

30 lines
729 B
Makefile

# Created by: ijliao
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
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>