diff options
author | danfe <danfe@FreeBSD.org> | 2014-12-07 02:22:03 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2014-12-07 02:22:03 +0800 |
commit | 58e4d56adefef8de578df6f13e0931b7a37f5272 (patch) | |
tree | 8083bc6c5838622ac4876f23ca42f1b949e0abe6 /graphics/libepoxy/Makefile | |
parent | 5fa83045cc7655348fc3befc3e4144de5053e221 (diff) | |
download | freebsd-ports-gnome-58e4d56adefef8de578df6f13e0931b7a37f5272.tar.gz freebsd-ports-gnome-58e4d56adefef8de578df6f13e0931b7a37f5272.tar.zst freebsd-ports-gnome-58e4d56adefef8de578df6f13e0931b7a37f5272.zip |
- Replace continuous spaces with tabs
- Drop needless GH_PROJECT, link GH_TAGNAME to PORTVERSION
- Fix a typo in COMMENT and reword it; beautify pkg-descr
- Merge two USE_XORG's into one
Approved by: kwm (timeout since Oct 24)
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> |