summaryrefslogtreecommitdiff
path: root/sysutils/rfstool/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/rfstool/Makefile')
-rw-r--r--sysutils/rfstool/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/sysutils/rfstool/Makefile b/sysutils/rfstool/Makefile
new file mode 100644
index 00000000000..9da89b82a8b
--- /dev/null
+++ b/sysutils/rfstool/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/07/06 17:29:38 agc Exp $
+#
+
+DISTNAME= rfstool-0.14-source
+PKGNAME= rfstool-0.14
+CATEGORIES= sysutils
+MASTER_SITES= http://p-nand-q.com/download/rfstool/
+EXTRACT_SUFX= .zip
+
+MAINTAINER= tech-pkg@NetBSD.org
+HOMEPAGE= http://p-nand-q.com/download/rfstool/overview.html
+COMMENT= Tools to access ReiserFS partitions
+
+WRKSRC= ${WRKDIR}/${PKGNAME}/rfstool
+MAKEFILE= makefile.gcc3x
+USE_LANGUAGES+= c++
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/rfstool ${PREFIX}/sbin/rfstool
+
+.include "../../mk/bsd.pkg.mk"