openbsd-ports/sysutils/pciutils/Makefile

33 lines
693 B
Makefile
Raw Normal View History

2007-02-01 09:37:41 -05:00
# $OpenBSD: Makefile,v 1.5 2007/02/01 14:37:41 espie Exp $
NOT_FOR_ARCHS= sparc m68k m88k vax
COMMENT= "PCI bus configuration register access tools"
DISTNAME= pciutils-2.2.4
2007-01-12 03:48:57 -05:00
PKGNAME= ${DISTNAME}p0
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
2007-01-12 03:48:57 -05:00
WANTLIB= c z
MASTER_SITES= ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci/
USE_GMAKE= Yes
MAKE_ENV= CC="${CC}"
2007-02-01 09:37:41 -05:00
FAKE_FLAGS= PREFIX=${TRUEPREFIX} DESTDIR=${WRKINST} \
MANDIR=${TRUEPREFIX}/man
NO_REGRESS= Yes
.include <bsd.port.mk>