freebsd-ports/lang/ocaml-nox11/Makefile
Sergei Kolobov 1761168fee Add ocaml-nox11, a slave port for lang/ocaml without X11
PR:		62292
Submitted by:	Eugene Ossintsev <eugos@gmx.net>
2004-02-27 07:48:50 +00:00

20 lines
383 B
Makefile

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