summaryrefslogtreecommitdiff
path: root/filesystems/fsx/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'filesystems/fsx/Makefile')
-rw-r--r--filesystems/fsx/Makefile25
1 files changed, 25 insertions, 0 deletions
diff --git a/filesystems/fsx/Makefile b/filesystems/fsx/Makefile
new file mode 100644
index 00000000000..52f50329d80
--- /dev/null
+++ b/filesystems/fsx/Makefile
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.1 2016/11/06 16:12:08 wiz Exp $
+
+DISTNAME= fsx-2009
+CATEGORIES= filesystems
+MASTER_SITES= http://codemonkey.org.uk/projects/fsx/fsx-macosforge/
+DISTFILES= fsx.c Makefile APPLE_LICENSE
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://codemonkey.org.uk/projects/fsx/
+COMMENT= File System Exerciser
+LICENSE= apple-public-source-license
+
+DIST_SUBDIR= ${DISTNAME}
+WRKSRC= ${WRKDIR}
+USE_TOOLS+= gmake
+BUILD_TARGET= fsx
+MAKE_FLAGS= CFLAGS=${CFLAGS}
+
+INSTALLATION_DIRS= bin share/doc/fsx
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/fsx ${DESTDIR}${PREFIX}/bin
+ ${INSTALL_DATA} ${WRKSRC}/APPLE_LICENSE ${DESTDIR}${PREFIX}/share/doc/fsx
+
+.include "../../mk/bsd.pkg.mk"