mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
21 lines
415 B
Makefile
21 lines
415 B
Makefile
# 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>
|