aboutsummaryrefslogtreecommitdiffstats
path: root/net/scand/Makefile
blob: e1611f7acecf3eb205930af930a9dab9ce61a672 (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
30
# 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>