21 lines
446 B
Makefile
21 lines
446 B
Makefile
# New ports collection makefile for: slate
|
|
# Date created: 2004 July 19
|
|
# Whom: Edwin Groothuis <edwin@mavetju.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= slate
|
|
PORTVERSION= 5.0.1
|
|
CATEGORIES= net-mgmt
|
|
MASTER_SITES= http://www.riverstonenet.com/support/nmops/
|
|
|
|
MAINTAINER= edwin@mavetju.org
|
|
COMMENT= Simple traffic analysis and data reporting collection server for LFAP
|
|
|
|
PLIST_FILES= bin/sfas
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
|
|
.include <bsd.port.mk>
|