mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 19:06:28 -04:00
Change all ports to use USES=xorg-cat instead of the old XORG_CAT Add USES=xorg and USES=gl as needed to x11@ ports
21 lines
441 B
Makefile
21 lines
441 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= libpciaccess
|
|
PORTVERSION= 0.16
|
|
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
|
|
|
|
USES= xorg-cat:lib
|
|
INSTALL_TARGET= install-strip
|
|
|
|
.include <bsd.port.mk>
|