ports/devel/libpciaccess/Makefile
Niclas Zeising c32f72e68d Switch all ports to use USES=xorg-cat
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
2019-11-03 21:56:37 +00:00

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>