summaryrefslogtreecommitdiff
path: root/sysutils/acpidump/Makefile
diff options
context:
space:
mode:
authoruebayasi <uebayasi@pkgsrc.org>2004-02-29 05:57:44 +0000
committeruebayasi <uebayasi@pkgsrc.org>2004-02-29 05:57:44 +0000
commit17b3c4b1abc76030448ececf3fe929a0cb336e4c (patch)
treeee68d180d20fd86db94507857d089940bbae1f9f /sysutils/acpidump/Makefile
parent9f735d6c1a7f836f30feb03e40d67671b43c662a (diff)
downloadpkgsrc-17b3c4b1abc76030448ececf3fe929a0cb336e4c.tar.gz
Initial import of Portable ACPI dumper (acpidump-20020711).
The acpidump utility analyzes ACPI tables in physical memory and dumps them to standard output. In addition, acpidump can disassemble AML (ACPI Machine Language) found in these tables and dump them as ASL (ACPI Source Language).
Diffstat (limited to 'sysutils/acpidump/Makefile')
-rw-r--r--sysutils/acpidump/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/sysutils/acpidump/Makefile b/sysutils/acpidump/Makefile
new file mode 100644
index 00000000000..368fdb5c1d1
--- /dev/null
+++ b/sysutils/acpidump/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/02/29 05:57:44 uebayasi Exp $
+#
+
+DISTNAME= pacpidump
+PKGNAME= acpidump-20020711
+CATEGORIES= sysutils
+MASTER_SITES= http://people.freebsd.org/~takawata/
+
+MAINTAINER= uebayasi@NetBSD.org
+HOMEPAGE= ${MASTER_SITES} # Just a directory list. :-)
+COMMENT= Portable ACPI table dumper
+
+USE_GNU_TOOLS+= make
+ALL_TARGET= # null
+
+do-install:
+ @${INSTALL_PROGRAM} ${WRKSRC}/acpidump ${PREFIX}/bin
+ @${INSTALL_MAN} ${WRKSRC}/acpidump.8 ${PREFIX}/man/man8
+
+.include "../../mk/bsd.pkg.mk"