2016-03-11 19:59:11 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.13 2016/03/11 19:59:13 naddy Exp $
|
2011-09-23 08:50:12 +00:00
|
|
|
|
|
|
|
COMMENT= event notification library
|
|
|
|
|
2015-01-06 21:28:05 +00:00
|
|
|
V= 2.0.22
|
2011-09-23 08:50:12 +00:00
|
|
|
DISTNAME= libevent-$V-stable
|
|
|
|
PKGNAME= libevent-$V
|
2016-02-29 13:57:10 +00:00
|
|
|
REVISION= 0
|
2011-09-23 08:50:12 +00:00
|
|
|
CATEGORIES= devel
|
2016-02-29 13:57:10 +00:00
|
|
|
HOMEPAGE= http://libevent.org/
|
2011-09-23 08:50:12 +00:00
|
|
|
|
2015-01-06 21:28:05 +00:00
|
|
|
SHARED_LIBS+= event_core 1.1 # 6.9
|
|
|
|
SHARED_LIBS+= event_extra 0.1 # 6.9
|
|
|
|
SHARED_LIBS+= event_openssl 0.0 # 6.9
|
|
|
|
SHARED_LIBS+= event_pthreads 0.0 # 6.9
|
2011-09-23 08:50:12 +00:00
|
|
|
|
|
|
|
# BSD
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
|
2015-01-06 21:28:05 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=levent/}
|
2012-03-17 21:09:01 +00:00
|
|
|
|
2012-09-26 07:36:09 +00:00
|
|
|
WANTLIB= crypto pthread ssl
|
2011-09-23 08:50:12 +00:00
|
|
|
|
2013-11-11 21:54:57 +00:00
|
|
|
CONFIGURE_STYLE=gnu
|
2011-09-23 08:50:12 +00:00
|
|
|
|
|
|
|
MAKE_FLAGS= RELEASE=""
|
|
|
|
|
|
|
|
# Skip compatibility bits that conflict with libevent1
|
|
|
|
FAKE_FLAGS= LIBEVENT_LIBS_LA="libevent_core.la libevent_extra.la \
|
|
|
|
libevent_openssl.la libevent_pthreads.la" \
|
|
|
|
EVENT1_HDRS=""
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|