mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
22 lines
437 B
Makefile
22 lines
437 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= libpciaccess
|
|
PORTVERSION= 0.13.5
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
COMMENT= Generic PCI access library
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
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>
|