diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-11-12 21:06:11 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-11-12 21:06:11 +0000 |
commit | 026037c5f9a88eb8bffc8555e760722b33d79738 (patch) | |
tree | c664a265bfaff9d61d6d82c4c7dc750fd22f3b37 /net-mgmt/softflowd/Makefile | |
parent | 62d1b1e1c5486eb02ce14ead63fa00e00bc400fb (diff) |
Notes
Diffstat (limited to 'net-mgmt/softflowd/Makefile')
-rw-r--r-- | net-mgmt/softflowd/Makefile | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/net-mgmt/softflowd/Makefile b/net-mgmt/softflowd/Makefile new file mode 100644 index 000000000000..0fdca37fcf4f --- /dev/null +++ b/net-mgmt/softflowd/Makefile @@ -0,0 +1,28 @@ +# New ports collection makefile for: flowd +# Date created: 9 October 2004 +# Whom: Janos Mohacsi <janos.mohacsi@bsd.hu> +# +# $FreeBSD$ +# + +PORTNAME= softflowd +PORTVERSION= 0.9.6 +CATEGORIES= net-mgmt ipv6 +MASTER_SITES= http://www2.mindrot.org/files/softflowd/ + +MAINTAINER= janos.mohacsi@bsd.hu +COMMENT= Softflowd is flow-based network traffic analyser with export + +GNU_CONFIGURE= yes +USE_GMAKE= yes +PLIST_FILES= sbin/softflowd sbin/softflowctl +MAN8= softflowd.8 softflowctl.8 +PORTDOCS= README + +post-install: +.if !defined(NOPORTDOCS) + ${MKDIR} ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${DOCSDIR} +.endif + +.include <bsd.port.mk> |