openbsd-ports/sysutils/torture/Makefile
jasper 2cb31241a8 import torture 1.0
torture is a suite of programs designed to torture specific either
specific parts or the system as a whole.

torture and port by thib, with tweaks from armani@
ok armani@
2010-09-25 05:32:38 +00:00

26 lines
548 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2010/09/25 05:32:38 jasper Exp $
COMMENT = set of kernel torture tools
DISTNAME = torture-1.0
EXTRACT_SUFX = .tgz
CATEGORIES = sysutils
MAINTAINER = Thordur I. Bjornsson <thib@openbsd.org>
# BSD
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM = Yes
PERMIT_DISTFILES_FTP = Yes
MASTER_SITES = http://notendur.hi.is/~thb45/
NO_REGRESS = Yes
WANTLIB = c
MAKE_FLAGS = BINDIR="${TRUEPREFIX}/sbin" \
MANDIR="${TRUEPREFIX}/man/cat"
.include <bsd.port.mk>