1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-19 08:13:21 +00:00
freebsd-ports/lang/ocaml-nox11/Makefile
Vanilla I. Shu f5491cbbff remove NO_STAGE.
Approved by:	portmgr@ (blanket)
2014-07-15 03:42:50 +00:00

19 lines
360 B
Makefile

# Created by: Eugene Ossintsev
# $FreeBSD$
PORTNAME= ocaml-nox11
CATEGORIES= lang
MAINTAINER= michael.grunewald@laposte.net
COMMENT= Objective Caml compiler and programming environment (no X11)
MASTERDIR= ${.CURDIR}/../ocaml
CONFLICTS= metaocaml-[0-9]* ocaml-[0-9]* ocaml-notk-[0-9]*
OPTIONS_EXCLUDE=TK X11
SFX= -nox11
.include "${MASTERDIR}/Makefile"