mirror of
https://git.freebsd.org/ports.git
synced 2025-06-05 21:00:30 -04:00
- 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)
This commit is contained in:
parent
3f60086a90
commit
fe5adf90f2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=374124
2 changed files with 12 additions and 17 deletions
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue