2003-11-18 11:51:56 +01:00
|
|
|
# New ports collection makefile for: scand
|
|
|
|
# Date created: 13 May 2003
|
|
|
|
# Whom: sand
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= scand
|
2006-04-29 21:45:25 +02:00
|
|
|
PORTVERSION= 0.14
|
2003-11-18 11:51:56 +01:00
|
|
|
CATEGORIES= net
|
2006-04-29 21:45:25 +02:00
|
|
|
MASTER_SITES= http://free.babolo.ru/src/ \
|
|
|
|
http://www.a.pike.ru/src/
|
2003-11-18 11:51:56 +01:00
|
|
|
|
2006-06-09 23:30:45 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2004-11-15 23:05:48 +01:00
|
|
|
COMMENT= Flood scan detection and blocking daemon
|
2003-11-18 11:51:56 +01:00
|
|
|
|
2006-04-29 21:45:25 +02:00
|
|
|
USE_RC_SUBR= scand
|
|
|
|
|
2003-11-18 11:51:56 +01:00
|
|
|
MAN8= scand.8 scandctl.8
|
|
|
|
MANCOMPRESSED= yes
|
|
|
|
|
2006-04-29 21:45:25 +02:00
|
|
|
post-patch:
|
2006-12-19 19:36:18 +01:00
|
|
|
@${REINPLACE_CMD} -E -e "s|(install:.*)installscript(.*)|\1\2|; \
|
|
|
|
s|-Werror||g" \
|
2006-04-29 21:45:25 +02:00
|
|
|
${WRKSRC}/Makefile
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
@${CAT} ${PKGMESSAGE}
|
|
|
|
|
2004-11-15 23:05:48 +01:00
|
|
|
.include <bsd.port.mk>
|