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/ocaml-nox11 | |
parent | 806e0bac9c684c3387adb0dbbe39f01adfab968a (diff) |
Add ocaml-nox11, a slave port for lang/ocaml without X11
PR: 62292
Submitted by: Eugene Ossintsev <eugos@gmx.net>
Notes
Notes:
svn path=/head/; revision=102263
Diffstat (limited to 'lang/ocaml-nox11')
-rw-r--r-- | lang/ocaml-nox11/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
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" |