pkgsrc/lang/moscow_ml/Makefile
wiz 7eeb51b534 Bump for perl-5.20.0.
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
2014-05-29 23:35:13 +00:00

44 lines
1.5 KiB
Makefile

# $NetBSD: Makefile,v 1.34 2014/05/29 23:36:43 wiz Exp $
DISTNAME= mos201src
PKGNAME= moscow_ml-2.01
PKGREVISION= 4
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
WRKSRC= ${WRKDIR}/mosml/src
USE_TOOLS+= perl pax
BUILD_TARGET= clean world
MAKE_JOBS_SAFE= no
INSTALLATION_DIRS+= share/examples/moscow_ml/calc
INSTALLATION_DIRS+= share/examples/moscow_ml/cgi
INSTALLATION_DIRS+= share/examples/moscow_ml/lexyacc
INSTALLATION_DIRS+= share/examples/moscow_ml/lexyacc/cl
INSTALLATION_DIRS+= share/examples/moscow_ml/manual
INSTALLATION_DIRS+= share/examples/moscow_ml/mls
INSTALLATION_DIRS+= share/examples/moscow_ml/modules
INSTALLATION_DIRS+= share/examples/moscow_ml/parsercomb
INSTALLATION_DIRS+= share/examples/moscow_ml/paulson
INSTALLATION_DIRS+= share/examples/moscow_ml/pretty
INSTALLATION_DIRS+= share/examples/moscow_ml/small
INSTALLATION_DIRS+= share/examples/moscow_ml/units
INSTALLATION_DIRS+= share/examples/moscow_ml/weak
INSTALLATION_DIRS+= share/examples/moscow_ml/webserver
post-extract:
${CHMOD} -x ${WRKDIR}/mosml/examples/modules/matrix.sml
post-install:
cd ${WRKDIR}/mosml/examples && ${PAX} -rw . \
${DESTDIR}${PREFIX}/share/examples/moscow_ml
${CHOWN} -R ${SHAREOWN}:${SHAREGRP} \
${DESTDIR}${PREFIX}/share/examples/moscow_ml
${CHMOD} -R ugo+rX ${DESTDIR}${PREFIX}/share/examples/moscow_ml
.include "../../mk/bsd.pkg.mk"