pkgsrc/lang/moscow_ml/Makefile
agc 96135627ac Import Moscow ML, a Standard ML implementation based on CAML Light,
into the NetBSD packages collection.

This is from Johnny C. Lam, in PR pkg/5002.

Minor fixes by me to the PLIST file for the location of two files
(libexec not lib).
1998-02-17 10:18:36 +00:00

30 lines
803 B
Makefile

# New ports collection makefile for: moscow-ml
# Version required: 1.42
# Date created: 17 February 1998
# Whom: lamj@stat.cmu.edu
#
# $NetBSD: Makefile,v 1.1 1998/02/17 10:18:36 agc Exp $
#
DISTNAME= mos14src
PKGNAME= moscow_ml-1.42
CATEGORIES= lang
MASTER_SITES= ftp://ftp.dina.kvl.dk/pub/mosml/
MAINTAINER= lamj@stat.cmu.edu
USE_PERL5= yes
WRKSRC= ${WRKDIR}/mosml/src
ALL_TARGET= world
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${PREFIX}/share/doc/moscow_ml
${MKDIR} ${PREFIX}/share/examples/moscow_ml
.for file in bugs manual.dvi mosmlref.dvi releases.txt
${INSTALL_DATA} ${WRKDIR}/mosml/doc/${file} ${PREFIX}/share/doc/moscow_ml
.endfor
${CP} -R ${WRKDIR}/mosml/examples/* ${PREFIX}/share/examples/moscow_ml
.endif
.include <bsd.port.mk>