ports/net/libfstrm/Makefile

25 lines
451 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
COMMENT= C implementation of the Frame Streams protocol
DISTNAME= fstrm-0.6.1
CATEGORIES= net devel
SHARED_LIBS += fstrm 0.0
HOMEPAGE= https://github.com/farsightsec/fstrm
MAINTAINER= Otto Moerbeek <otto@drijf.net>
# MIT
PERMIT_PACKAGE= Yes
WANTLIB += c event_core event_extra pthread
2023-09-27 17:15:09 +00:00
SITES= https://dl.farsightsecurity.com/dist/fstrm/
2023-08-16 22:26:55 +00:00
LIB_DEPENDS= devel/libevent2
CONFIGURE_STYLE= gnu
USE_GMAKE= Yes
.include <bsd.port.mk>