blob: f7c9589c637f116036326c85bae9bca287c915a2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# 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>
|