From 1761168fee789e4fe9cb21bc626b4b3614d66623 Mon Sep 17 00:00:00 2001 From: Sergei Kolobov Date: Fri, 27 Feb 2004 07:48:50 +0000 Subject: [PATCH] Add ocaml-nox11, a slave port for lang/ocaml without X11 PR: 62292 Submitted by: Eugene Ossintsev --- lang/Makefile | 1 + lang/ocaml-nox11/Makefile | 20 ++++++++++++++++++++ 2 files changed, 21 insertions(+) create mode 100644 lang/ocaml-nox11/Makefile diff --git a/lang/Makefile b/lang/Makefile index e0ec6dacddf3..c6d7aaa0e95d 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -134,6 +134,7 @@ SUBDIR += objc SUBDIR += ocaml SUBDIR += ocaml-mode.el + SUBDIR += ocaml-nox11 SUBDIR += ohugs SUBDIR += onyx SUBDIR += oo2c diff --git a/lang/ocaml-nox11/Makefile b/lang/ocaml-nox11/Makefile new file mode 100644 index 000000000000..ab3b4584bbe4 --- /dev/null +++ b/lang/ocaml-nox11/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: ocaml-nox11 +# Date created: 2004-02-03 +# Whom: Eugene Ossintsev +# +# $FreeBSD$ +# + +PORTNAME= ocaml-nox11 +CATEGORIES= lang + +MAINTAINER= ports@FreeBSD.org +COMMENT= Objective Caml compiler and programming environment (no X11) + +MASTERDIR= ${.CURDIR}/../ocaml + +CONFLICTS= ocaml-[0-9]* ocaml-notk-* + +WITHOUT_X11= yes + +.include "${MASTERDIR}/Makefile"