freebsd-ports/net-mgmt/softflowd/Makefile
Vanilla I. Shu d8216e53b5 Stagify.
Approved by:	portmgr@
2014-06-20 16:13:03 +00:00

27 lines
639 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
USES= gmake
PLIST_FILES= sbin/softflowd sbin/softflowctl \
man/man8/softflowd.8.gz \
man/man8/softflowctl.8.gz
PORTDOCS= README
USE_RC_SUBR= softflowd
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${STAGEDIR}${DOCSDIR}
.endif
.include <bsd.port.mk>