1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
freebsd-ports/security/rid/Makefile
Baptiste Daroussin 9d7a971e8a Deprecate unmaintained ports from security where upstream disapear and/or
where no distfiles can be found and are not used by maintained ports
2011-03-13 21:30:59 +00:00

39 lines
985 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://www.phreak.org/archives/exploits/denial/ \
ftp://ftp.ntua.gr/pub/security/technotronic/denial/
DISTFILES= ${PORTNAME}-${PORTVERSION:S/./_/}.tgz
MAINTAINER= ports@FreeBSD.org
COMMENT= Configurable remote distributed denial of service tool detector
DEPRECATED= Upstream disapear and distfile is no more available
EXPIRATION_DATE= 2011-05-01
ALL_TARGET= rid
DOCS= README
pre-configure:
@${REINPLACE_CMD} -e 's:config.txt:${PREFIX}/etc/rid.conf.sample:g' \
${WRKSRC}/config.h
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/rid ${PREFIX}/sbin
@${INSTALL_DATA} ${WRKSRC}/config.txt ${PREFIX}/etc/rid.conf.sample
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
@${INSTALL_DATA} ${DOCS:S,^,${WRKSRC}/,} ${DOCSDIR}/
.endif
.include <bsd.port.mk>