openbsd-ports/sysutils/torture/Makefile

23 lines
430 B
Makefile

# $OpenBSD: Makefile,v 1.11 2017/07/29 14:55:55 naddy Exp $
COMMENT = set of kernel torture tools
DISTNAME = torture-1.1
REVISION = 2
CATEGORIES = sysutils
MAINTAINER = Bob Beck <beck@openbsd.org>
# BSD
PERMIT_PACKAGE_CDROM = Yes
MASTER_SITES = http://foad2.obtuse.com/pub/beck/
NO_TEST = Yes
WANTLIB = c
MAKE_FLAGS = CC="${CC}" BINDIR="${TRUEPREFIX}/sbin" \
MANDIR="${TRUEPREFIX}/man/man"
.include <bsd.port.mk>