diff options
author | Sergei Kolobov <sergei@FreeBSD.org> | 2004-02-27 07:48:50 +0000 |
---|---|---|
committer | Sergei Kolobov <sergei@FreeBSD.org> | 2004-02-27 07:48:50 +0000 |
commit | 1761168fee789e4fe9cb21bc626b4b3614d66623 (patch) | |
tree | 82443c73149d11b6a0f690585059d00785f1fc1e /lang | |
parent | 806e0bac9c684c3387adb0dbbe39f01adfab968a (diff) |
Notes
Diffstat (limited to 'lang')
-rw-r--r-- | lang/Makefile | 1 | ||||
-rw-r--r-- | lang/ocaml-nox11/Makefile | 20 |
2 files changed, 21 insertions, 0 deletions
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" |