freebsd-ports/graphics/libepoxy/Makefile
Koop Mast 8e918ec1df Update libepoxy to 1.3.1.
Add LICENSE_FILES link.
Don't restrict to python3 only. It only needs a python to build.
2015-11-29 17:51:03 +00:00

24 lines
476 B
Makefile

# $FreeBSD$
PORTNAME= libepoxy
PORTVERSION= 1.3.1
DISTVERSIONPREFIX= v
CATEGORIES= graphics
MAINTAINER= x11@FreeBSD.org
COMMENT= Library to handle OpenGL function pointer management
LICENSE= MIT
LICENSE_FILES= ${WRKSRC}/COPYING
USE_GITHUB= yes
GH_ACCOUNT= anholt
USES= autoreconf libtool pathfix pkgconfig python:build
USE_XORG= xorg-macros x11
USE_GL= egl glesv2
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
PATHFIX_MAKEFILEIN= Makefile.am
.include <bsd.port.mk>