diff options
Diffstat (limited to 'graphics/pure-gl')
-rw-r--r-- | graphics/pure-gl/Makefile | 34 | ||||
-rw-r--r-- | graphics/pure-gl/distinfo | 2 | ||||
-rw-r--r-- | graphics/pure-gl/pkg-descr | 6 | ||||
-rw-r--r-- | graphics/pure-gl/pkg-plist | 8 |
4 files changed, 0 insertions, 50 deletions
diff --git a/graphics/pure-gl/Makefile b/graphics/pure-gl/Makefile deleted file mode 100644 index 75bc628af90c..000000000000 --- a/graphics/pure-gl/Makefile +++ /dev/null @@ -1,34 +0,0 @@ -# Created by: Zhihao Yuan <lichray@gmail.com> -# $FreeBSD$ - -PORTNAME= pure-gl -PORTVERSION= 0.8 -PORTREVISION= 5 -CATEGORIES= graphics -MASTER_SITES= https://cdn.bitbucket.org/purelang/pure-lang/downloads/ -DIST_SUBDIR= pure - -MAINTAINER= ports@FreeBSD.org -COMMENT= Pure language interface to OpenGL - -LICENSE= BSD3CLAUSE - -BROKEN= No public distfiles -DEPRECATED= Broken for more than 6 months -EXPIRATION_DATE= 2015-11-26 - -USES= pure:ffi -USE_GL= glut -MAKE_ARGS+= LinkGL="-lglut -lGLU -lGL" -PORTDOCS= README -PORTEXAMPLES= * -OPTIONS_DEFINE= DOCS EXAMPLES - -post-install: - @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/pure/pure-gl.so - @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} - @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} - @(cd ${WRKSRC}/examples/ && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}) - -.include <bsd.port.mk> diff --git a/graphics/pure-gl/distinfo b/graphics/pure-gl/distinfo deleted file mode 100644 index 4c262818348c..000000000000 --- a/graphics/pure-gl/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (pure/pure-gl-0.8.tar.gz) = 93554873c1b0604f6686ba45e19e947d3fcb14d7e069e9280a3dd49fb753b739 -SIZE (pure/pure-gl-0.8.tar.gz) = 169114 diff --git a/graphics/pure-gl/pkg-descr b/graphics/pure-gl/pkg-descr deleted file mode 100644 index 4f82ca903edd..000000000000 --- a/graphics/pure-gl/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -pure-gl is Pure's interface to OpenGL, the well-known graphics library. It -covers pretty much all of OpenGL, including the popular extensions. -Extensions are loaded on demand, functions will throw an exception if they -are not available in your OpenGL implementation. - -WWW: http://docs.pure-lang.googlecode.com/hg/pure-gl.html diff --git a/graphics/pure-gl/pkg-plist b/graphics/pure-gl/pkg-plist deleted file mode 100644 index e24cdec9f90e..000000000000 --- a/graphics/pure-gl/pkg-plist +++ /dev/null @@ -1,8 +0,0 @@ -lib/pure/GL.pure -lib/pure/GLU.pure -lib/pure/GLUT.pure -lib/pure/GL_ARB.pure -lib/pure/GL_ATI.pure -lib/pure/GL_EXT.pure -lib/pure/GL_NV.pure -lib/pure/pure-gl.so |