freebsd-ports/net-mgmt/softflowd/Makefile
Thomas Abthorpe b2d4b657d1 - Change MAINTAINER address
- Trim headers while I am here
- Clean up some trailing whitespace
2013-01-09 19:50:06 +00:00

26 lines
594 B
Makefile

# Created by: Janos Mohacsi <janos.mohacsi@bsd.hu>
# $FreeBSD$
PORTNAME= softflowd
PORTVERSION= 0.9.8
PORTREVISION= 2
CATEGORIES= net-mgmt ipv6
MASTER_SITES= http://www2.mindrot.org/files/softflowd/
MAINTAINER= jmohacsi@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
USE_RC_SUBR= softflowd
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${DOCSDIR}
.endif
.include <bsd.port.mk>