ee0bc96ecd
registers and utilities based on this library (lspci & co). with help from and ok sturm@.
31 lines
631 B
Makefile
31 lines
631 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2006/03/25 21:53:35 matthieu Exp $
|
|
|
|
NOT_FOR_ARCHS= sparc m68k m88k vax
|
|
|
|
COMMENT= "PCI bus configuration register access tools"
|
|
|
|
DISTNAME= pciutils-2.2.1
|
|
CATEGORIES= sysutils
|
|
|
|
HOMEPAGE= http://atrey.karlin.mff.cuni.cz/~mj/pciutils.shtml
|
|
|
|
MAINTAINER= Matthieu Herrb <matthieu@openbsd.org>
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
WANTLIB= c
|
|
|
|
MASTER_SITES= ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci/
|
|
|
|
USE_GMAKE= Yes
|
|
|
|
MAKE_ENV= CC="${CC}"
|
|
FAKE_FLAGS= PREFIX=${WRKINST}${PREFIX}
|
|
|
|
NO_REGRESS= Yes
|
|
|
|
.include <bsd.port.mk>
|