mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 15:33:55 +02:00
25 lines
555 B
Makefile
25 lines
555 B
Makefile
COMMENT= file system/VFS layer stress tester
|
|
|
|
DISTNAME= fsstress-1.0
|
|
REVISION = 1
|
|
EXTRACT_SUFX= .tgz
|
|
CATEGORIES= sysutils
|
|
|
|
MAINTAINER= Bob Beck <beck@openbsd.org>
|
|
|
|
# GPLv2 (only)
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
SITES= http://bofh.ucs.ualberta.ca/beck/fsstress/
|
|
|
|
NO_TEST= Yes
|
|
WANTLIB= c
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/fsstress ${PREFIX}/bin
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/fsstress
|
|
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/fsstress
|
|
${INSTALL_DATA} ${WRKSRC}/dotest.sample ${PREFIX}/share/doc/fsstress
|
|
|
|
.include <bsd.port.mk>
|