From 2543d8ffd5e9bdffd30f2dcbf5f8a3f48e70d1ce Mon Sep 17 00:00:00 2001 From: DPorts Builder Date: Sun, 26 Oct 2014 13:57:37 -0700 Subject: [PATCH] Import graphics/libepoxy version 1.2 --- graphics/libepoxy/Makefile | 28 ++++++++++++++++++++++++++++ graphics/libepoxy/distinfo | 2 ++ graphics/libepoxy/pkg-descr | 4 ++++ graphics/libepoxy/pkg-plist | 10 ++++++++++ 4 files changed, 44 insertions(+) create mode 100644 graphics/libepoxy/Makefile create mode 100644 graphics/libepoxy/distinfo create mode 100644 graphics/libepoxy/pkg-descr create mode 100644 graphics/libepoxy/pkg-plist diff --git a/graphics/libepoxy/Makefile b/graphics/libepoxy/Makefile new file mode 100644 index 00000000000..9527673f32b --- /dev/null +++ b/graphics/libepoxy/Makefile @@ -0,0 +1,28 @@ +# $FreeBSD$ + +PORTNAME= libepoxy +PORTVERSION= 1.2 +CATEGORIES= graphics + +MAINTAINER= x11@FreeBSD.org +COMMENT= library that handles OpenGL function pointer managerment for you + +LICENSE= MIT + +USE_GITHUB= YES +GH_ACCOUNT= anholt +GH_PROJECT= ${PORTNAME} +GH_COMMIT= 7422de5 +GH_TAGNAME= v1.2 + +USES= autoreconf libtool pathfix pkgconfig python:3,build +USE_XORG= xorg-macros +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/distinfo b/graphics/libepoxy/distinfo new file mode 100644 index 00000000000..4d92277a4b8 --- /dev/null +++ b/graphics/libepoxy/distinfo @@ -0,0 +1,2 @@ +SHA256 (libepoxy-1.2.tar.gz) = 3364f09ef5cf0c53f8879b6b6165d4d7bd82756ee44f019075fad679346be6d8 +SIZE (libepoxy-1.2.tar.gz) = 267181 diff --git a/graphics/libepoxy/pkg-descr b/graphics/libepoxy/pkg-descr new file mode 100644 index 00000000000..533ad7fdf8b --- /dev/null +++ b/graphics/libepoxy/pkg-descr @@ -0,0 +1,4 @@ +Epoxy is a library for handling OpenGL function pointer management for +you. + +WWW: https://github.com/anholt/libepoxy diff --git a/graphics/libepoxy/pkg-plist b/graphics/libepoxy/pkg-plist new file mode 100644 index 00000000000..ddf32437793 --- /dev/null +++ b/graphics/libepoxy/pkg-plist @@ -0,0 +1,10 @@ +include/epoxy/egl.h +include/epoxy/egl_generated.h +include/epoxy/gl.h +include/epoxy/gl_generated.h +include/epoxy/glx.h +include/epoxy/glx_generated.h +lib/libepoxy.so +lib/libepoxy.so.0 +lib/libepoxy.so.0.0.0 +libdata/pkgconfig/epoxy.pc -- 2.41.0