9cb31f3652
sthen@ agrees
34 lines
733 B
Makefile
34 lines
733 B
Makefile
# $OpenBSD: Makefile,v 1.11 2010/04/15 14:29:16 ajacoutot Exp $
|
|
|
|
NOT_FOR_ARCHS = sparc m68k m88k vax
|
|
|
|
COMMENT = PCI bus configuration register access tools
|
|
|
|
DISTNAME = pciutils-3.1.2
|
|
PKGNAME = ${DISTNAME}p1
|
|
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/
|
|
|
|
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>
|