diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2014-12-06 18:22:03 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2014-12-06 18:22:03 +0000 |
commit | fe5adf90f2035ffd4adca29bcffb616d4f72bdea (patch) | |
tree | 8083bc6c5838622ac4876f23ca42f1b949e0abe6 /graphics/libepoxy/Makefile | |
parent | 3f60086a90eb282831a3afbb02ced53fb715e717 (diff) |
Notes
Diffstat (limited to 'graphics/libepoxy/Makefile')
-rw-r--r-- | graphics/libepoxy/Makefile | 26 |
1 files changed, 11 insertions, 15 deletions
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 <bsd.port.mk> |