diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2019-04-04 02:18:07 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2019-04-04 02:18:07 +0800 |
commit | 9ae3bb2a46adb8377802efe81dd0c89884a5e124 (patch) | |
tree | e05883ba7020dc2cce11cd5dfe9c016567ea5b7f | |
parent | 6e2fa8168ee2059d98bad15d3110758e2f0924b4 (diff) | |
download | freebsd-ports-gnome-9ae3bb2a46adb8377802efe81dd0c89884a5e124.tar.gz freebsd-ports-gnome-9ae3bb2a46adb8377802efe81dd0c89884a5e124.tar.zst freebsd-ports-gnome-9ae3bb2a46adb8377802efe81dd0c89884a5e124.zip |
- Add LICENSE_FILE
- Add USES=gl
- Update WWW
-rw-r--r-- | graphics/piglit/Makefile | 3 | ||||
-rw-r--r-- | graphics/piglit/pkg-descr | 6 |
2 files changed, 5 insertions, 4 deletions
diff --git a/graphics/piglit/Makefile b/graphics/piglit/Makefile index 4ab7f94e4652..8320505f87d4 100644 --- a/graphics/piglit/Makefile +++ b/graphics/piglit/Makefile @@ -11,6 +11,7 @@ COMMENT= Automated OpenGL and OpenCL testsuite LICENSE= MIT GPLv2 GPLv3 LGPL20 LICENSE_COMB= multi +LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= ${LOCALBASE}/include/CL/opencl.h:devel/opencl \ ${PYNUMPY} \ @@ -30,7 +31,7 @@ GH_ACCOUNT= dumbbell GH_PROJECT= piglit GH_TAGNAME= a0db4427446ab50882a721ae3084fa26cc9e751a -USES= cmake compiler:c11 pkgconfig python:2.7 shebangfix +USES= cmake compiler:c11 gl pkgconfig python:2.7 shebangfix USE_GL= egl gbm gl glu USE_XORG= x11 xcb xext xrender SHEBANG_FILES= piglit diff --git a/graphics/piglit/pkg-descr b/graphics/piglit/pkg-descr index 56851e4b9ff5..4c14ff285d48 100644 --- a/graphics/piglit/pkg-descr +++ b/graphics/piglit/pkg-descr @@ -6,7 +6,7 @@ OpenGL and OpenCL drivers by providing developers with a simple means to perform regression tests. The original tests have been taken from -- Glean ( http://glean.sf.net/ ) and -- Mesa ( http://www.mesa3d.org/ ) +- Glean ( http://glean.sourceforge.net/ ) and +- Mesa ( https://www.mesa3d.org/ ) -WWW: http://piglit.freedesktop.org/ +WWW: https://piglit.freedesktop.org/ |