mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
20 lines
374 B
Makefile
20 lines
374 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
|
|
|
|
NO_STAGE= yes
|
|
.include "${MASTERDIR}/Makefile"
|