summaryrefslogtreecommitdiff
path: root/sysutils/dmassage/Makefile
diff options
context:
space:
mode:
authorxtraeme <xtraeme@pkgsrc.org>2004-06-07 17:42:12 +0000
committerxtraeme <xtraeme@pkgsrc.org>2004-06-07 17:42:12 +0000
commit53dab47109b033a9e06d27f4d2782ceec5cc4b92 (patch)
tree01e1bbd1b40b18ef576fd73b22b5bdb2ca3b56b1 /sysutils/dmassage/Makefile
parent689624bd1ed92455c65b8c904ab7be5a4e551ff2 (diff)
downloadpkgsrc-53dab47109b033a9e06d27f4d2782ceec5cc4b92.tar.gz
Initial import of dmassage-0.6.
dmassage - dmesg parser This tool parses the dmesg of your *BSD system, and can do three things with that information: - to make the kernel boot faster - to reduce kernel size - to show all devices in a tree-like hierarchy
Diffstat (limited to 'sysutils/dmassage/Makefile')
-rw-r--r--sysutils/dmassage/Makefile25
1 files changed, 25 insertions, 0 deletions
diff --git a/sysutils/dmassage/Makefile b/sysutils/dmassage/Makefile
new file mode 100644
index 00000000000..49feca452d3
--- /dev/null
+++ b/sysutils/dmassage/Makefile
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/06/07 17:42:12 xtraeme Exp $
+#
+
+DISTNAME= dmassage-0.6
+CATEGORIES= sysutils
+MASTER_SITES= http://www.sentia.org/downloads/
+
+MAINTAINER= tech-pkg@NetBSD.org
+HOMEPAGE= http://www.sentia.org/projects/dmassage/
+COMMENT= dmesg(8) parser
+
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+
+NO_BUILD= yes
+USE_PERL5= run
+REPLACE_PERL= dmassage
+
+INSTALLATION_DIRS= bin share/doc/${PKGBASE}
+
+do-install:
+ ${INSTALL_SCRIPT} ${WRKSRC}/dmassage ${PREFIX}/bin
+ ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/${PKGBASE}
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"