aboutsummaryrefslogtreecommitdiffstats
path: root/security/rain/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/rain/Makefile')
-rw-r--r--security/rain/Makefile37
1 files changed, 0 insertions, 37 deletions
diff --git a/security/rain/Makefile b/security/rain/Makefile
deleted file mode 100644
index 17b538e95e88..000000000000
--- a/security/rain/Makefile
+++ /dev/null
@@ -1,37 +0,0 @@
-# New ports collection makefile for: rain
-# Date created: Sun Jul 29 10:25:08 EDT 2001
-# Whom: Patrick Li <pat@databits.net>
-#
-# $FreeBSD$
-#
-
-PORTNAME= rain
-PORTVERSION= 1.2.9.b1
-PORTREVISION= 1
-CATEGORIES= security net
-MASTER_SITES= http://www.mirrors.wiretapped.net/security/packet-construction/rain/
-DISTNAME= ${PORTNAME}-${PORTVERSION:S/.b/beta/}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Rain is a packeting tool used for testing system stability
-
-DEPRECATED= Looks like an abandonware, no more public distfiles
-EXPIRATION_DATE= 2011-08-01
-
-GNU_CONFIGURE= yes
-
-MANCOMPRESSED= yes
-MAN1= ${PORTNAME}.1
-
-do-install:
- @${INSTALL_PROGRAM} ${WRKSRC}/rain ${PREFIX}/bin
- @${INSTALL_MAN} ${WRKSRC}/man/${PORTNAME}.1.gz \
- ${PREFIX}/man/man1
-.if !defined(NOPORTDOCS)
- @${MKDIR} ${DOCSDIR}
-.for file in BUGS CHANGES DISCLAIMER README TODO
- @${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
-.endfor
-.endif
-
-.include <bsd.port.mk>