diff options
author | Guido Falsi <madpilot@FreeBSD.org> | 2015-05-04 15:46:51 +0000 |
---|---|---|
committer | Guido Falsi <madpilot@FreeBSD.org> | 2015-05-04 15:46:51 +0000 |
commit | 2c44e6acd06e2874b82746cb9dcdc785097b4203 (patch) | |
tree | aa391452ea6a289ee70b33bcbec2503509a494d2 /graphics/ocaml-lablgl | |
parent | cb214a8a7bdc497f794275b729a70ec66437e2a7 (diff) | |
download | ports-2c44e6acd06e2874b82746cb9dcdc785097b4203.tar.gz ports-2c44e6acd06e2874b82746cb9dcdc785097b4203.zip |
Notes
Diffstat (limited to 'graphics/ocaml-lablgl')
-rw-r--r-- | graphics/ocaml-lablgl/Makefile | 11 | ||||
-rw-r--r-- | graphics/ocaml-lablgl/distinfo | 4 | ||||
-rw-r--r-- | graphics/ocaml-lablgl/pkg-descr | 2 | ||||
-rw-r--r-- | graphics/ocaml-lablgl/pkg-plist | 2 |
4 files changed, 9 insertions, 10 deletions
diff --git a/graphics/ocaml-lablgl/Makefile b/graphics/ocaml-lablgl/Makefile index 851aa2511c39..a5c53032d4db 100644 --- a/graphics/ocaml-lablgl/Makefile +++ b/graphics/ocaml-lablgl/Makefile @@ -2,11 +2,11 @@ # $FreeBSD$ PORTNAME= lablgl -PORTVERSION= 20120306 -PORTREVISION= 3 +PORTVERSION= 1.05 +PORTEPOCH= 1 CATEGORIES= graphics MASTER_SITES= http://wwwfun.kurims.kyoto-u.ac.jp/soft/lsl/dist/ \ - https://forge.ocamlcore.org/frs/download.php/816/ + https://forge.ocamlcore.org/frs/download.php/1254/ PKGNAMEPREFIX= ocaml- MAINTAINER= bf@FreeBSD.org @@ -14,16 +14,17 @@ COMMENT= OpenGL interface for Objective Caml LICENSE= BSD3CLAUSE -CONFLICTS= ocaml-notk-[0-9]* ocaml-nox11-[0-9]* +CONFLICTS= ocaml-nox11-[0-9]* USES= gmake tk:84,85 USE_XORG= x11 xext xmu USE_GL= glut USE_OCAML= yes USE_OCAML_WASH= yes +USE_OCAML_CAMLP4=yes +USE_OCAML_TK= yes ALL_TARGET= all opt MAKE_JOBS_UNSAFE= yes -WRKSRC= ${WRKDIR}/lablGL DOCSDIR= ${PREFIX}/share/doc/ocaml/lablgl EXAMPLESDIR= ${PREFIX}/share/examples/ocaml/lablgl diff --git a/graphics/ocaml-lablgl/distinfo b/graphics/ocaml-lablgl/distinfo index 4c737221a7a6..7edd03afa7c0 100644 --- a/graphics/ocaml-lablgl/distinfo +++ b/graphics/ocaml-lablgl/distinfo @@ -1,2 +1,2 @@ -SHA256 (lablgl-20120306.tar.gz) = 39017555724ca67807e73543b9fca1fcf9aab285f723635c9eee4034ac88adf0 -SIZE (lablgl-20120306.tar.gz) = 423411 +SHA256 (lablgl-1.05.tar.gz) = d8ff03e35b970d2b23a942f9e6ed65da5a6c123986bd0ecf5424a6205af34b61 +SIZE (lablgl-1.05.tar.gz) = 296597 diff --git a/graphics/ocaml-lablgl/pkg-descr b/graphics/ocaml-lablgl/pkg-descr index 9a7dffd53b16..e2ec3db5f502 100644 --- a/graphics/ocaml-lablgl/pkg-descr +++ b/graphics/ocaml-lablgl/pkg-descr @@ -9,4 +9,4 @@ related functions. Please see ${PREFIX}/share/doc/ocaml/lablgl/README for further information. -WWW: http://wwwfun.kurims.kyoto-u.ac.jp/soft/lsl/lablgl.html +WWW: https://forge.ocamlcore.org/projects/lablgl/ diff --git a/graphics/ocaml-lablgl/pkg-plist b/graphics/ocaml-lablgl/pkg-plist index 91104071bdec..6334fb4e8db3 100644 --- a/graphics/ocaml-lablgl/pkg-plist +++ b/graphics/ocaml-lablgl/pkg-plist @@ -106,8 +106,6 @@ lib/ocaml/stublibs/dlltogl.so %%EXAMPLESDIR%%/lablglut/caml-images/OCamlMakefile %%EXAMPLESDIR%%/lablglut/caml-images/main.ml %%EXAMPLESDIR%%/lablglut/caml-images/ppm.ppm -%%EXAMPLESDIR%%/lablglut/etc/draw2d.ml -%%EXAMPLESDIR%%/lablglut/etc/in-progress/scene_graph.ml %%EXAMPLESDIR%%/lablglut/lablGL/README %%EXAMPLESDIR%%/lablglut/lablGL/checker.ml %%EXAMPLESDIR%%/lablglut/lablGL/gears.ml |