aboutsummaryrefslogtreecommitdiffstats
path: root/lang/nml/Makefile
blob: 4eecffa51f56e0285b5f8cdf74703112a786b467 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# Created by: Jaeho Shin <netj@sparcs.kaist.ac.kr>
# $FreeBSD$

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

NO_STAGE=   yes
.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>