Lines 1-9
Link Here
|
1 |
# Created by: Leo Vandewoestijne <freebsd@dns.company> |
1 |
# Created by: Leo Vandewoestijne <freebsd@dns.company> |
2 |
|
2 |
|
3 |
PORTNAME= fstrm |
3 |
PORTNAME= fstrm |
4 |
PORTVERSION= 0.6.1 |
4 |
DISTVERSION= 0.6.1 |
5 |
DISTVERSIONPREFIX= v |
|
|
6 |
CATEGORIES= devel |
5 |
CATEGORIES= devel |
|
|
6 |
MASTER_SITES= https://dl.farsightsecurity.com/dist/${PORTNAME}/ |
7 |
|
7 |
|
8 |
MAINTAINER= freebsd@dns.company |
8 |
MAINTAINER= freebsd@dns.company |
9 |
COMMENT= Implementation of the Frame Streams data transport protocol in C |
9 |
COMMENT= Implementation of the Frame Streams data transport protocol in C |
Lines 13-22
LICENSE_FILE= ${WRKSRC}/LICENSE
Link Here
|
13 |
|
13 |
|
14 |
LIB_DEPENDS= libevent.so:devel/libevent |
14 |
LIB_DEPENDS= libevent.so:devel/libevent |
15 |
|
15 |
|
16 |
USES= autoreconf gmake libtool pkgconfig |
16 |
USES= gmake libtool pkgconfig |
17 |
USE_GITHUB= yes |
|
|
18 |
USE_LDCONFIG= yes |
17 |
USE_LDCONFIG= yes |
19 |
GH_ACCOUNT= farsightsec |
|
|
20 |
|
18 |
|
21 |
GNU_CONFIGURE= yes |
19 |
GNU_CONFIGURE= yes |
22 |
INSTALL_TARGET= install-strip |
20 |
INSTALL_TARGET= install-strip |