openbsd-ports/sysutils/fsstress/Makefile
landry 3471b992d4 INSTALL_DATA_DIR is needed before INSTALL_DATA to properly install files
in the wanted directory. Fix PLIST, bump PKGNAME.
2009-12-18 08:06:59 +00:00

30 lines
718 B
Makefile

# $OpenBSD: Makefile,v 1.2 2009/12/18 08:06:59 landry Exp $
COMMENT= File System/VFS layer stress tester
DISTNAME= fsstress-1.0
PKGNAME= ${DISTNAME}p0
EXTRACT_SUFX= .tgz
CATEGORIES= sysutils
MAINTAINER= Bob Beck <beck@openbsd.org>
# BSD
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= http://bofh.ucs.ualberta.ca/beck/fsstress/
NO_REGRESS= 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>