blob: d1b34ec8f8d0c37bf6325762744a95f5acfb3a09 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
# 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|" \
${WRKSRC}/Makefile
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>
|