1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-15 07:56:36 +00:00
freebsd-ports/security/rid/Makefile
Patrick Li 3429beb3d6 PERL -> REINPLACE_CMD
PR:		ports/39729, ports/39727, ports/39726, ports/39724
PR:		ports/39722, ports/39721, ports/39720, ports/39719, ports/39718
Submitted by:	Scott Flatman <sf@dsinw.com>
2002-06-23 20:39:23 +00:00

34 lines
795 B
Makefile

# 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= ports@FreeBSD.org
ALL_TARGET= rid
USE_REINPLACE= yes
pre-configure:
@${REINPLACE_CMD} -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>