freebsd-ports/devel/libpciaccess/Makefile
Robert Noland 896fe624dc Use the new PCIOCGETBAR if it is available, rather than frob the
BARs ourself.

Submitted by:	Nathan Whitehorn <nwhitehorn@freebsd.org>
2009-02-26 02:05:29 +00:00

24 lines
566 B
Makefile

# New ports collection makefile for: libpciaccess
# Date Created: May 11 2008
# Whom: Florent Thoumie <flz@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= libpciaccess
PORTVERSION= 0.10.5
PORTREVISION= 5
CATEGORIES= devel
MAINTAINER= x11@FreeBSD.org
COMMENT= Generic PCI access library
BUILD_DEPENDS= ${LOCALBASE}/share/pciids/pci.ids:${PORTSDIR}/misc/pciids
# XXX - Is it a runtime dep too?
RUN_DEPENDS= ${LOCALBASE}/share/pciids/pci.ids:${PORTSDIR}/misc/pciids
CONFIGURE_ARGS+= --with-pciids-path=${LOCALBASE}/share/pciids
XORG_CAT= lib
.include <bsd.port.mk>