blob: ac75797b19b5d90627e9275aacae149eae79290f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
# ex:ts=8
# Ports collection makefile for: eventxx
# Date created: Apr 9, 2007
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= eventxx
PORTVERSION= 0.7
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://www.llucax.com.ar/~luca/eventxx/releases/
MAINTAINER= ijliao@FreeBSD.org
COMMENT= A C++ wrapper for libevent
LIB_DEPENDS= event-1.3d:${PORTSDIR}/devel/libevent
BROKEN= Unfetchable
NO_BUILD= yes
PLIST_FILES= include/eventxx
do-install:
@${INSTALL_DATA} ${WRKSRC}/eventxx ${PREFIX}/include
.include <bsd.port.mk>
|