mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
2421043190
Submitted by: Michael Grunewald <michael.grunewald@laposte.net> (new maintainer by mail)
21 lines
417 B
Makefile
21 lines
417 B
Makefile
# New ports collection makefile for: ocaml-nox11
|
|
# Date created: 2004-02-03
|
|
# Whom: 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]*
|
|
|
|
WITHOUT_X11= yes
|
|
|
|
.include "${MASTERDIR}/Makefile"
|