mirror of
https://git.freebsd.org/ports.git
synced 2025-05-18 10:03:10 -04:00
Reviewed by: diizzy, jbeich Tested by: arrowd Pull Request: https://github.com/freebsd/freebsd-ports/pull/273 Sponsored by: Serenity Cybersecurity, LLC
15 lines
315 B
Makefile
15 lines
315 B
Makefile
PORTNAME= libpciaccess
|
|
PORTVERSION= 0.18.1
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
COMMENT= Generic PCI access library
|
|
WWW= https://www.freedesktop.org/wiki/Software/xlibs/
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USES= tar:xz xorg-cat:lib,meson
|
|
INSTALL_TARGET= install-strip
|
|
|
|
.include <bsd.port.mk>
|