head	1.10;
access;
symbols
	RELEASE_8_3_0:1.8
	RELEASE_9_0_0:1.8
	RELEASE_7_4_0:1.8
	RELEASE_8_2_0:1.8
	RELEASE_6_EOL:1.8
	RELEASE_8_1_0:1.8
	RELEASE_7_3_0:1.8
	RELEASE_8_0_0:1.8
	RELEASE_7_2_0:1.8
	RELEASE_7_1_0:1.8
	RELEASE_6_4_0:1.8
	RELEASE_5_EOL:1.8
	RELEASE_7_0_0:1.8
	RELEASE_6_3_0:1.8
	PRE_XORG_7:1.8
	RELEASE_4_EOL:1.8
	RELEASE_6_2_0:1.8
	RELEASE_6_1_0:1.7
	RELEASE_5_5_0:1.7
	RELEASE_6_0_0:1.7
	RELEASE_5_4_0:1.7
	RELEASE_4_11_0:1.7
	RELEASE_5_3_0:1.7
	RELEASE_4_10_0:1.7
	RELEASE_5_2_1:1.4
	RELEASE_5_2_0:1.4
	RELEASE_4_9_0:1.3
	RELEASE_5_1_0:1.3
	RELEASE_4_8_0:1.3
	RELEASE_5_0_0:1.2
	RELEASE_4_7_0:1.2
	RELEASE_4_6_2:1.2
	RELEASE_4_6_1:1.2
	RELEASE_4_6_0:1.2
	RELEASE_5_0_DP1:1.2
	RELEASE_4_5_0:1.1
	RELEASE_4_4_0:1.1;
locks; strict;
comment	@# @;


1.10
date	2012.11.17.05.58.53;	author svnexp;	state Exp;
branches;
next	1.9;

1.9
date	2012.09.22.15.29.27;	author tabthorpe;	state Exp;
branches;
next	1.8;

1.8
date	2006.06.08.13.04.14;	author miwi;	state Exp;
branches;
next	1.7;

1.7
date	2004.02.23.07.21.16;	author kris;	state Exp;
branches;
next	1.6;

1.6
date	2004.02.04.05.21.40;	author marcus;	state Exp;
branches;
next	1.5;

1.5
date	2003.12.14.01.53.36;	author pav;	state Exp;
branches;
next	1.4;

1.4
date	2003.09.24.09.36.55;	author osa;	state Exp;
branches;
next	1.3;

1.3
date	2003.02.21.12.35.05;	author knu;	state Exp;
branches;
next	1.2;

1.2
date	2002.02.15.07.03.35;	author kevlo;	state Exp;
branches;
next	1.1;

1.1
date	2001.08.18.07.48.50;	author ijliao;	state Exp;
branches;
next	;


desc
@@


1.10
log
@Switch exporter over
@
text
@# Created by: Jaeho Shin <netj@@sparcs.kaist.ac.kr>
# $FreeBSD: head/lang/nml/Makefile 304685 2012-09-22 15:29:27Z tabthorpe $

PORTNAME=	nml
PORTVERSION=	0.92b
CATEGORIES=	lang
MASTER_SITES=	http://ropas.snu.ac.kr/n/ \
		http://sparcs.kaist.ac.kr/~netj/n/ \
		http://ropas.kaist.ac.kr/n/

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	A dialect/harmony of Standard ML of New Jersey and Objective Caml

WRKSRC=		${WRKDIR}/${PORTNAME}-0.92

ONLY_FOR_ARCHS=	i386

HAS_CONFIGURE=	yes
CONFIGURE_ARGS+=	\
		-prefix ${PREFIX}

USE_GMAKE=	yes
ALL_TARGET=	all opt opt.opt
INSTALL_TARGET=	install installopt

.include <bsd.port.pre.mk>

post-install:
.if !defined(NOPORTDOCS)
	${MKDIR} ${DOCSDIR}
	${INSTALL_DATA} ${WRKSRC}/Changes ${WRKSRC}/LICENSE ${WRKSRC}/README ${DOCSDIR}
	${MKDIR} ${DATADIR}/contrib/emacs
	${MKDIR} ${DATADIR}/contrib/vim
	${INSTALL_DATA} ${WRKSRC}/contrib/emacs/* ${DATADIR}/contrib/emacs
	${INSTALL_DATA} ${WRKSRC}/contrib/vim/* ${DATADIR}/contrib/vim
.endif
	@@${STRIP_CMD} ${PREFIX}/bin/ncamlrun

.include <bsd.port.post.mk>
@


1.9
log
@SVN rev 304685 on 2012-09-22 15:29:27Z by tabthorpe

- Reassign to the heap at maintainer's request
@
text
@d2 1
a2 1
# $FreeBSD$
@


1.8
log
@Update to 0.92b

PR:		ports/96563
Approved by:	krion (mentor), maintainer
@
text
@d1 1
a1 4
# New ports collection makefile for:	nML
# Date created:		17 July 2001
# Whom:			Jaeho Shin <netj@@sparcs.kaist.ac.kr>
#
a2 1
#
d11 1
a11 1
MAINTAINER=	netj@@sparcs.kaist.ac.kr
@


1.7
log
@BROKEN on !i386: Broken pkg-plist
@
text
@d9 1
a9 2
PORTVERSION=	0.92a
PORTREVISION=	1
d18 4
a31 4
.if ${ARCH} != "i386"
BROKEN=		"Broken pkg-plist"
.endif

@


1.6
log
@Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 2)
@
text
@d27 6
d44 1
a44 1
.include <bsd.port.mk>
@


1.5
log
@- Update to 0.92a

PR:		ports/58725
Submitted by:	Jaeho Shin <netj@@sparcs.kaist.ac.kr> (maintainer)
@
text
@d10 1
@


1.4
log
@Make portlint(1) happy by changing strip to ${STRIP_CMD}

Submitted by:	Oleg Karachevtsev <ok@@etrust.ru>
PR:		56998
@
text
@d3 1
a3 1
# Whom:			Jaeho Shin <netj@@ropas.kaist.ac.kr>
d9 1
a9 1
PORTVERSION=	0.92
d11 3
a13 1
MASTER_SITES=	http://ropas.kaist.ac.kr/n/
d15 2
a16 2
MAINTAINER=	netj@@ropas.kaist.ac.kr
COMMENT=	A dialect/harmony of Standard ML of New Jersey and Objective Caml.
@


1.3
log
@De-pkg-comment.
@
text
@d33 1
a33 1
	@@strip ${PREFIX}/bin/ncamlrun
@


1.2
log
@Update to version 0.92

PR: 34899
Submitted by: MAINTAINER
@
text
@d14 1
@


1.1
log
@add nml
A dialect/harmony of Standard ML and OCaml

PR:		29158
Submitted by:	Jaeho Shin <netj@@ego.mazic.org>
@
text
@d9 1
a9 1
PORTVERSION=	0.91
d15 18
a32 1
HAS_CONFIGURE= yes
@

