freebsd-ports/graphics/libepoxy/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

19 lines
441 B
Makefile

# $FreeBSD$
PORTNAME= libepoxy
PORTVERSION= 1.5.2
CATEGORIES= graphics
MASTER_SITES= https://github.com/anholt/${PORTNAME}/releases/download/${PORTVERSION}/
MAINTAINER= x11@FreeBSD.org
COMMENT= Library to handle OpenGL function pointer management
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
USES= gl localbase meson pkgconfig python:3.3+,build tar:xz xorg
USE_XORG= x11
USE_GL= gl glesv2 egl
USE_LDCONFIG= yes
.include <bsd.port.mk>