aboutsummaryrefslogtreecommitdiffstats
path: root/lang/ocaml-nox11/Makefile
blob: 1fd7640a8e1029f9d5104b5117399207a50d9bcb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# 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"