aboutsummaryrefslogtreecommitdiff
path: root/graphics/ocaml-lablgl/Makefile
diff options
context:
space:
mode:
authorGuido Falsi <madpilot@FreeBSD.org>2015-05-04 15:46:51 +0000
committerGuido Falsi <madpilot@FreeBSD.org>2015-05-04 15:46:51 +0000
commit2c44e6acd06e2874b82746cb9dcdc785097b4203 (patch)
treeaa391452ea6a289ee70b33bcbec2503509a494d2 /graphics/ocaml-lablgl/Makefile
parentcb214a8a7bdc497f794275b729a70ec66437e2a7 (diff)
downloadports-2c44e6acd06e2874b82746cb9dcdc785097b4203.tar.gz
ports-2c44e6acd06e2874b82746cb9dcdc785097b4203.zip
- Add USE_OCAML_CAMLP4 and USE_OCAML_TK to bsd.ocaml.mk which add
depends on the camlp4 language and labltk ocaml modules, which are now in separate ports. - Update x11-toolkits/ocaml-lablgtk2 to 2.18.3 - Update graphics/ocaml-lablgl to 1.05 - Make unison ports use USE_OCAML - Convert ports to the new flags where needed - Bump PORTREVISION on ports depending on ocaml-lablgtk2, those need to be rebuilt PR: 199845 Submitted by: jbeich@ Differential Revision: https://reviews.freebsd.org/D2434 Approved by: portmgr (mat)
Notes
Notes: svn path=/head/; revision=385413
Diffstat (limited to 'graphics/ocaml-lablgl/Makefile')
-rw-r--r--graphics/ocaml-lablgl/Makefile11
1 files changed, 6 insertions, 5 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