aboutsummaryrefslogtreecommitdiff
path: root/devel/fstrm/Makefile
blob: 6704d47b5cc4b2843422291702d1ac3ef610a637 (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.company>

PORTNAME=		fstrm
DISTVERSION=		0.6.1
CATEGORIES=		devel
MASTER_SITES=		https://dl.farsightsecurity.com/dist/${PORTNAME}/ \
			https://dns.company/downloads/${PORTNAME}/

MAINTAINER=		freebsd@dns.company
COMMENT=		Implementation of the Frame Streams data transport protocol in C

LICENSE=		APACHE20
LICENSE_FILE=		${WRKSRC}/LICENSE

LIB_DEPENDS=		libevent.so:devel/libevent

USES=			gmake libtool pkgconfig

GNU_CONFIGURE=		yes
INSTALL_TARGET=		install-strip
TEST_TARGET=		check

OPTIONS_DEFINE=		DOXYGEN DOCS
DOXYGEN_DESC=		Use doxygen for docs
DOXYGEN_IMPLIES=	DOCS
DOXYGEN_BUILD_DEPENDS=	doxygen:devel/doxygen
DOXYGEN_ALL_TARGET=	html-local

PORTDOCS=		*

.include <bsd.port.mk>