blob: 88c83116aa471bb0b6207d0778b2f95bf0ddf232 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Created by: Edwin Groothuis <edwin@mavetju.org>
# $FreeBSD$
PORTNAME= slate
PORTVERSION= 5.0.1
CATEGORIES= net-mgmt
MASTER_SITES= http://www.riverstonenet.com/support/nmops/
MAINTAINER= ports@FreeBSD.org
COMMENT= Simple traffic analysis and data reporting collection server for LFAP
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
USES= gmake
GNU_CONFIGURE= yes
PLIST_FILES= bin/sfas
.include <bsd.port.mk>
|