freebsd-ports/devel/fstrm/Makefile
Mathieu Arnold e1bfdfbe56 Add DOCS options to ports that should have one.
Also various fixes related to said option.

PR:		230864
Submitted by:	mat
exp-runs by:	antoine
2018-09-10 13:14:50 +00:00

34 lines
729 B
Makefile

# Created by: Leo Vandewoestijne <freebsd@dns.company>
# $FreeBSD$
PORTNAME= fstrm
PORTVERSION= 0.4.0
DISTVERSIONPREFIX= v
CATEGORIES= devel
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= autoreconf gmake libtool pkgconfig
USE_GITHUB= yes
USE_LDCONFIG= yes
GH_ACCOUNT= farsightsec
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>