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 | |
parent | 3f60086a90eb282831a3afbb02ced53fb715e717 (diff) |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/libepoxy/Makefile | 26 | ||||
-rw-r--r-- | graphics/libepoxy/pkg-descr | 3 |
2 files changed, 12 insertions, 17 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> 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 |