mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
5b25f02155
USE_GMAKE -> USES=gmake
18 lines
367 B
Makefile
18 lines
367 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= edwin@mavetju.org
|
|
COMMENT= Simple traffic analysis and data reporting collection server for LFAP
|
|
|
|
PLIST_FILES= bin/sfas
|
|
|
|
USES= gmake
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include <bsd.port.mk>
|