1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00
freebsd-ports/net-mgmt/ipaudit/Makefile
Mathieu Arnold d9033160f4 Don't use MASTER_SITE_SUBDIR when it is not needed.
Sponsored by:	Absolight
2017-11-24 17:53:11 +00:00

28 lines
567 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= amutu@amutu.com
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>