mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
24 lines
550 B
Makefile
24 lines
550 B
Makefile
# New ports collection makefile for: libpciaccess
|
|
# Date Created: May 11 2008
|
|
# Whom: Florent Thoumie <flz@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= libpciaccess
|
|
PORTVERSION= 0.12.1
|
|
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>
|