freebsd-ports/lang/ocaml-nox11/Makefile
Thierry Thomas b11af969c1 Take maintainership.
PR:		ports/81870
Submitted by:	Marwan Burelle <marwan.burelle (at) lri.fr>
2005-06-04 22:22:20 +00:00

20 lines
392 B
Makefile

# New ports collection makefile for: ocaml-nox11
# Date created: 2004-02-03
# Whom: Eugene Ossintsev
#
# $FreeBSD$
#
PORTNAME= ocaml-nox11
CATEGORIES= lang
MAINTAINER= marwan.burelle@lri.fr
COMMENT= Objective Caml compiler and programming environment (no X11)
MASTERDIR= ${.CURDIR}/../ocaml
CONFLICTS= ocaml-[0-9]* ocaml-notk-[0-9]*
WITHOUT_X11= yes
.include "${MASTERDIR}/Makefile"