# $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"