b95f5d1cd5
PCI bus manipulation utility similar to NetBSD pcictl(8) Provided by Quentin Garnier in PR 20490.
15 lines
478 B
Makefile
15 lines
478 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2003/02/26 00:12:42 kristerw Exp $
|
|
|
|
DISTNAME= pciutils-2.1.11
|
|
CATEGORIES= sysutils
|
|
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/
|
|
|
|
MAINTAINER= cube@cubidou.net
|
|
HOMEPAGE= http://atrey.karlin.mff.cuni.cz/~mj/pciutils.shtml
|
|
COMMENT= PCI bus manipulation utility similar to NetBSD pcictl(8)
|
|
|
|
USE_GMAKE= YES
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|