2013-06-28 23:35:14 +02:00
|
|
|
# Created by: Eugene Ossintsev
|
2004-02-27 08:48:50 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= ocaml-nox11
|
|
|
|
CATEGORIES= lang
|
|
|
|
|
2011-06-10 18:20:47 +02:00
|
|
|
MAINTAINER= michael.grunewald@laposte.net
|
2004-02-27 08:48:50 +01:00
|
|
|
COMMENT= Objective Caml compiler and programming environment (no X11)
|
|
|
|
|
|
|
|
MASTERDIR= ${.CURDIR}/../ocaml
|
|
|
|
|
2005-06-27 16:10:29 +02:00
|
|
|
CONFLICTS= metaocaml-[0-9]* ocaml-[0-9]* ocaml-notk-[0-9]*
|
2004-02-27 08:48:50 +01:00
|
|
|
|
2013-06-28 23:35:14 +02:00
|
|
|
OPTIONS_EXCLUDE=TK X11
|
2004-02-27 08:48:50 +01:00
|
|
|
|
2013-08-11 01:05:33 +02:00
|
|
|
SFX= -nox11
|
|
|
|
|
2013-09-20 21:53:09 +02:00
|
|
|
NO_STAGE= yes
|
2004-02-27 08:48:50 +01:00
|
|
|
.include "${MASTERDIR}/Makefile"
|