blob: d7c679d247fbb84ac9a17307d61041f775a491a5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# $NetBSD: Makefile,v 1.3 2003/06/02 01:16:55 jschauma 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= tech-pkg@netbsd.org
HOMEPAGE= http://www.roestock.demon.co.uk
COMMENT= manually query and configure isapnp devices
ONLY_FOR_PLATFORM= NetBSD-*-i386
USE_GMAKE= YES
GNU_CONFIGURE= YES
CONFIGURE_ARGS= --disable-realtime --disable-pci
.include "../../mk/bsd.pkg.mk"
|