mirror of
https://git.freebsd.org/ports.git
synced 2025-06-02 03:16:28 -04:00
18 lines
392 B
Makefile
18 lines
392 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= libpciaccess
|
|
PORTVERSION= 0.13.5
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
COMMENT= Generic PCI access library
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/share/pciids/pci.ids:misc/pciids
|
|
RUN_DEPENDS= ${LOCALBASE}/share/pciids/pci.ids:misc/pciids
|
|
|
|
CONFIGURE_ARGS+= --with-pciids-path=${LOCALBASE}/share/pciids
|
|
|
|
XORG_CAT= lib
|
|
INSTALL_TARGET= install-strip
|
|
|
|
.include <bsd.port.mk>
|