1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00
freebsd-ports/net/scand/Makefile
2006-12-19 18:36:18 +00:00

31 lines
573 B
Makefile

# New ports collection makefile for: scand
# Date created: 13 May 2003
# Whom: sand
#
# $FreeBSD$
#
PORTNAME= scand
PORTVERSION= 0.14
CATEGORIES= net
MASTER_SITES= http://free.babolo.ru/src/ \
http://www.a.pike.ru/src/
MAINTAINER= ports@FreeBSD.org
COMMENT= Flood scan detection and blocking daemon
USE_RC_SUBR= scand
MAN8= scand.8 scandctl.8
MANCOMPRESSED= yes
post-patch:
@${REINPLACE_CMD} -E -e "s|(install:.*)installscript(.*)|\1\2|; \
s|-Werror||g" \
${WRKSRC}/Makefile
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>