mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
21a7215c9a
- DEFAULT_VERSIONS += ssl=openssl-devel is now supported - devel/py-event and devel/p5-Event-Lib are marked BROKEN Changes: https://github.com/libevent/libevent/raw/release-2.1.8-stable/whatsnew-2.1.txt Changes: https://github.com/libevent/libevent/raw/release-2.1.8-stable/ChangeLog PR: 216527 Exp-run by: antoine Approved by: mm (maintainer)
34 lines
689 B
Makefile
34 lines
689 B
Makefile
# Created by: Leo Vandewoestijne <freebsd@dns-lab.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= fstrm
|
|
PORTVERSION= 0.3.0
|
|
DISTVERSIONPREFIX= v
|
|
PORTREVISION= 1
|
|
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>
|