freebsd-ports/devel/fstrm/Makefile
Jan Beich 5e92fd3d49 devel/fstrm: update to 0.3.0
Changes:	https://github.com/farsightsec/fstrm/releases/tag/v0.3.0
PR:		213829
Submitted by:	Leo Vandewoestijne (maintainer)
2016-10-27 11:17:55 +00:00

32 lines
672 B
Makefile

# Created by: Leo Vandewoestijne <freebsd@dns-lab.com>
# $FreeBSD$
PORTNAME= fstrm
PORTVERSION= 0.3.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:devel/libevent2
USE_GITHUB= yes
GH_ACCOUNT= farsightsec
GNU_CONFIGURE= yes
USES= autoreconf gmake libtool pkgconfig
USE_LDCONFIG= yes
TEST_TARGET= check
OPTIONS_DEFINE= DOXYGEN
DOXYGEN_DESC= Use doxygen for docs
DOXYGEN_BUILD_DEPENDS= doxygen:devel/doxygen
DOXYGEN_ALL_TARGET= html-local
PORTDOCS= *
.include <bsd.port.mk>