1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-16 03:24:07 +00:00
freebsd-ports/devel/libpciaccess/Makefile
Dmitry Marakasov 1a04a4f29e - Add LICENSE
- Update WWW

Approved by:	portmgr blanket
2018-05-29 09:04:18 +00:00

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>