52f6e3feb0
* Whereever we mention the PCI ID database, we now refer to http://pci-ids.ucw.cz/ and the sf.net site is mentioned only as a mirror. This includes update-pciids. * Decode PCIe Gen 3 speeds and link status fields. * Various minor bug fixes. * Updated pci.ids to the today's snapshot of the database. While here, zap some white spaces, GROFF is not needed and add some mirrors. Tested on i386. Ok matthieu@ (maintainer) aja@
36 lines
802 B
Makefile
36 lines
802 B
Makefile
# $OpenBSD: Makefile,v 1.14 2012/07/11 18:17:52 gonzalo Exp $
|
|
|
|
NOT_FOR_ARCHS = sparc m68k m88k vax
|
|
|
|
COMMENT = PCI bus configuration register access tools
|
|
|
|
DISTNAME = pciutils-3.1.9
|
|
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 z
|
|
|
|
MASTER_SITES = ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci/ \
|
|
ftp://ftp.kernel.org/pub/software/utils/pciutils/ \
|
|
ftp://metalab.unc.edu/pub/Linux/hardware/
|
|
|
|
USE_GMAKE = Yes
|
|
|
|
MAKE_ENV = CC="${CC}"
|
|
FAKE_FLAGS = PREFIX=${TRUEPREFIX} MANDIR=${TRUEPREFIX}/man
|
|
|
|
NO_REGRESS = Yes
|
|
|
|
INSTALL_TARGET = install install-lib
|
|
|
|
.include <bsd.port.mk>
|