aboutsummaryrefslogtreecommitdiff
path: root/lang/ocaml-nox11/Makefile
blob: 477609d1c6b9cd0c422de5e4bff6b1eaabf4bc5c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Created by: Eugene Ossintsev
# $FreeBSD$

PORTNAME=	ocaml-nox11
CATEGORIES=	lang

MAINTAINER=	michael.grunewald@laposte.net
COMMENT=	Objective Caml compiler and programming environment (no X11)

BROKEN_powerpc64=	Does not build

MASTERDIR=	${.CURDIR}/../ocaml

CONFLICTS=	metaocaml-[0-9]* ocaml-[0-9]* ocaml-notk-[0-9]*

OPTIONS_EXCLUDE=TK X11

SFX=		-nox11

.include "${MASTERDIR}/Makefile"