pkgsrc/lang/moscow_ml/Makefile
tnn 63b4595c1e Update to Moscow ML version 2.01 (January 2004)
No ChangeLog available, but a recursive diff reveals
a mostly bugfix release.

From Aleksej Saushev in private mail.
2008-04-28 10:16:57 +00:00

26 lines
777 B
Makefile

# $NetBSD: Makefile,v 1.28 2008/04/28 10:16:57 tnn Exp $
DISTNAME= mos201src
PKGNAME= moscow_ml-2.01
CATEGORIES= lang
MASTER_SITES= http://www.itu.dk/people/sestoft/mosml/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.dina.kvl.dk/~sestoft/mosml.html
COMMENT= Moscow ML, a version of Standard ML
PKG_DESTDIR_SUPPORT= user-destdir
WRKSRC= ${WRKDIR}/mosml/src
USE_TOOLS+= perl
BUILD_TARGET= clean world
MAKE_JOBS_SAFE= no
post-install:
${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/examples/moscow_ml
${CP} -R ${WRKDIR}/mosml/examples/* ${DESTDIR}${PREFIX}/share/examples/moscow_ml
${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${DESTDIR}${PREFIX}/share/examples/moscow_ml
${CHMOD} -R ugo+r ${DESTDIR}${PREFIX}/share/examples/moscow_ml
.include "../../mk/bsd.pkg.mk"