aboutsummaryrefslogtreecommitdiffstats
path: root/security/rid/Makefile
blob: 53669970fe1ec77cd020d1e5273960506d6d20a3 (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
31
32
# ex:ts=8
# Ports collection makefile for:  ddos_scan
# Date created:           Sun Feb 12, 2000
# Whom:               David O'Brien (obrien@NUXI.com)
#
# $FreeBSD$
#

PORTNAME=   rid
PORTVERSION=    1.0
CATEGORIES= security
MASTER_SITES=   http://packetstorm.securify.com/distributed/  \
        ftp://ftp.ntua.gr/pub/security/technotronic/denial/
DISTFILES=  ${PORTNAME}-1_0.tgz

MAINTAINER= obrien@FreeBSD.org

ALL_TARGET= rid

pre-configure:
    @${PERL} -pi -e 's:config.txt:${PREFIX}/etc/rid.conf:g'  \
        ${WRKSRC}/config.h

do-install:
    @${INSTALL_PROGRAM} ${WRKSRC}/rid ${PREFIX}/sbin
    @${INSTALL_DATA} ${WRKSRC}/config.txt ${PREFIX}/etc/rid.conf
.if !defined(NOPORTDOCS)
    @${MKDIR} ${PREFIX}/share/doc/rid
    @${INSTALL_MAN} ${WRKSRC}/README ${PREFIX}/share/doc/rid
.endif

.include <bsd.port.mk>