diff options
Diffstat (limited to 'net-mgmt/slate/Makefile')
-rw-r--r-- | net-mgmt/slate/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/net-mgmt/slate/Makefile b/net-mgmt/slate/Makefile new file mode 100644 index 000000000000..c62dd0cbcf4f --- /dev/null +++ b/net-mgmt/slate/Makefile @@ -0,0 +1,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 + +USE_REINPLACE= yes +GNU_CONFIGURE= yes + +.include <bsd.port.mk> |