summaryrefslogtreecommitdiff
path: root/sysutils/isapnptools/Makefile
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2002-07-23 12:07:45 +0000
committeragc <agc@pkgsrc.org>2002-07-23 12:07:45 +0000
commitc60741ec10bb48b972db1cb8e33110704879e7a7 (patch)
tree09cc71e668e82a4fd5b31e339dce101c337b0eee /sysutils/isapnptools/Makefile
parentb71252b1343a37d96e6ebca3056690c58c27b5d7 (diff)
downloadpkgsrc-c60741ec10bb48b972db1cb8e33110704879e7a7.tar.gz
Initial import of isapnptools-1.26 - manually query and configure isapnp
devices. Provided in PR 17681 by Ben Collver (collver1@attbi.com) The isapnptools consist of two programs - one allows the dumping of resource data and generation of a skeleton configuration file, the other configures ISA PnP hardware using a configuration file.
Diffstat (limited to 'sysutils/isapnptools/Makefile')
-rw-r--r--sysutils/isapnptools/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/sysutils/isapnptools/Makefile b/sysutils/isapnptools/Makefile
new file mode 100644
index 00000000000..47e625b26a5
--- /dev/null
+++ b/sysutils/isapnptools/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 2002/07/23 12:07:45 agc Exp $
+#
+
+DISTNAME= isapnptools-1.26
+CATEGORIES= sysutils
+MASTER_SITES= ${MASTER_SITE_SUNSITE:=system/hardware/} \
+ ftp://tsx-11.mit.edu/pub/linux/sources/sbin/ \
+ ftp://ftp.demon.co.uk/pub/unix/linux/utils/
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://www.roestock.demon.co.uk
+COMMENT= manually query and configure isapnp devices
+
+USE_GMAKE= YES
+GNU_CONFIGURE= YES
+CONFIGURE_ARGS= --disable-realtime --disable-pci
+
+.include "../../mk/bsd.pkg.mk"