0f20bd7d3f
mark broken; doesn't send any data and always returns "message too long"
29 lines
701 B
Makefile
29 lines
701 B
Makefile
# $OpenBSD: Makefile,v 1.5 2002/03/21 02:41:13 jcs Exp $
|
|
|
|
BROKEN= "doesn't send any data; always returns 'message too long'"
|
|
|
|
DISTNAME= rain-1.2.8
|
|
CATEGORIES= net security
|
|
NEED_VERSION= 1.433
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
COMMENT= "universal packet flooder used for testing system stability"
|
|
HOMEPAGE= http://www.tenebrous.com/rain/
|
|
MASTER_SITES= ${HOMEPAGE}files/
|
|
|
|
MAINTAINER= Joshua Stein <jcs@rt.fm>
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
NO_REGRESS= Yes
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/rain ${PREFIX}/bin
|
|
@${GZIP_CMD} -d ${WRKSRC}/man/rain.1.gz
|
|
${INSTALL_MAN} ${WRKSRC}/man/rain.1 ${PREFIX}/man/man1
|
|
|
|
.include <bsd.port.mk>
|