blob: 6b4e4b21191e8d0b12ba66e3e5230496c4d3143f (
plain)
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
|
# $NetBSD: Makefile,v 1.4 1998/08/20 15:17:05 tsarna Exp $
#
DISTNAME= mos14src
PKGNAME= moscow_ml-1.42
CATEGORIES= lang
MASTER_SITES= ftp://ftp.dina.kvl.dk/pub/mosml/
MAINTAINER= lamj@stat.cmu.edu
HOMEPAGE= http://www.dina.kvl.dk/~sestoft/mosml.html
USE_PERL5= yes
WRKSRC= ${WRKDIR}/mosml/src
ALL_TARGET= world
.include "../../mk/bsd.prefs.mk"
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 "../../mk/bsd.pkg.mk"
|