blob: 05f8f81789dcf821d824065d1de4244c191b5ad1 (
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
30
31
|
# Created by: Leo Vandewoestijne <freebsd@dns-lab.com>
# $FreeBSD$
PORTNAME= fstrm
PORTVERSION= 0.2.0
DISTVERSIONPREFIX= v
CATEGORIES= devel
MAINTAINER= freebsd@dns-lab.com
COMMENT= Implementation of the Frame Streams data transport protocol in C
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libevent.so:${PORTSDIR}/devel/libevent2
USE_GITHUB= yes
GH_ACCOUNT= farsightsec
GNU_CONFIGURE= yes
USES= autoreconf gmake libtool pkgconfig
USE_LDCONFIG= yes
OPTIONS_DEFINE= DOXYGEN
DOXYGEN_DESC= Use doxygen for docs
DOXYGEN_BUILD_DEPENDS= doxygen:${PORTSDIR}/devel/doxygen
DOXYGEN_ALL_TARGET= html-local
PORTDOCS= *
.include <bsd.port.mk>
|