diff --git a/graphics/libepoxy/Makefile b/graphics/libepoxy/Makefile index 9527673f32bb..360184ee65ab 100644 --- a/graphics/libepoxy/Makefile +++ b/graphics/libepoxy/Makefile @@ -1,28 +1,24 @@ # $FreeBSD$ -PORTNAME= libepoxy -PORTVERSION= 1.2 -CATEGORIES= graphics +PORTNAME= libepoxy +PORTVERSION= 1.2 +CATEGORIES= graphics -MAINTAINER= x11@FreeBSD.org -COMMENT= library that handles OpenGL function pointer managerment for you +MAINTAINER= x11@FreeBSD.org +COMMENT= Library to handle OpenGL function pointer management -LICENSE= MIT +LICENSE= MIT -USE_GITHUB= YES -GH_ACCOUNT= anholt -GH_PROJECT= ${PORTNAME} -GH_COMMIT= 7422de5 -GH_TAGNAME= v1.2 +USE_GITHUB= yes +GH_ACCOUNT= anholt +GH_COMMIT= 7422de5 +GH_TAGNAME= v${PORTVERSION} USES= autoreconf libtool pathfix pkgconfig python:3,build -USE_XORG= xorg-macros +USE_XORG= xorg-macros x11 USE_GL= egl glesv2 GNU_CONFIGURE= yes INSTALL_TARGET= install-strip PATHFIX_MAKEFILEIN= Makefile.am -# GLX -USE_XORG+= x11 - .include diff --git a/graphics/libepoxy/pkg-descr b/graphics/libepoxy/pkg-descr index 533ad7fdf8b5..ff58c81642d5 100644 --- a/graphics/libepoxy/pkg-descr +++ b/graphics/libepoxy/pkg-descr @@ -1,4 +1,3 @@ -Epoxy is a library for handling OpenGL function pointer management for -you. +Epoxy is a library for handling OpenGL function pointer management for you. WWW: https://github.com/anholt/libepoxy