freebsd-ports/graphics/libepoxy/Makefile
Mathieu Arnold 02415c68f5 Update ports in the games category to not use GH_COMMIT.
With minor cleanups to make things simpler.

With hat:	portmgr
Sponsored by:	Absolight
2015-05-07 15:17:32 +00:00

23 lines
443 B
Makefile

# $FreeBSD$
PORTNAME= libepoxy
PORTVERSION= 1.2
DISTVERSIONPREFIX= v
CATEGORIES= graphics
MAINTAINER= x11@FreeBSD.org
COMMENT= Library to handle OpenGL function pointer management
LICENSE= MIT
USE_GITHUB= yes
GH_ACCOUNT= anholt
USES= autoreconf libtool pathfix pkgconfig python:3,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>