1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00
freebsd-ports/net-mgmt/ipaudit/Makefile
Yuri Victorovich d7ec60f5a5 Reset MAINTAINER on ports maintained by amutu@amutu.com
Based on the new policy of all maintained ports reset
when maintaner is absent for 3 months.

Bug#226400 for science/py-tensorflow is ignored since 2018-03-06 (3+ months).
portscout database indicates that 48.94% of his ports aren't updated.
2018-06-22 08:04:38 +00:00

28 lines
569 B
Makefile

# Created by: Ying-Chieh Chen <yinjieh@csie.nctu.edu.tw>
# $FreeBSD$
PORTNAME= ipaudit
PORTVERSION= 1.1
CATEGORIES= net-mgmt sysutils
MASTER_SITES= SF/ipaudit/ipaudit
MAINTAINER= ports@FreeBSD.org
COMMENT= IP traffic summarizer
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
SUB_FILES= pkg-message
OPTIONS_DEFINE= DOCS
GNU_CONFIGURE= yes
post-install:
${INSTALL_DATA} ${WRKSRC}/src/ipaudit.conf.sample ${STAGEDIR}${PREFIX}/etc
do-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>