Add ocaml-nox11, a slave port for lang/ocaml without X11

PR:		62292
Submitted by:	Eugene Ossintsev <eugos@gmx.net>
This commit is contained in:
Sergei Kolobov 2004-02-27 07:48:50 +00:00
parent 806e0bac9c
commit 1761168fee
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=102263
2 changed files with 21 additions and 0 deletions

View file

@ -134,6 +134,7 @@
SUBDIR += objc
SUBDIR += ocaml
SUBDIR += ocaml-mode.el
SUBDIR += ocaml-nox11
SUBDIR += ohugs
SUBDIR += onyx
SUBDIR += oo2c

20
lang/ocaml-nox11/Makefile Normal file
View file

@ -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"