9fe36dec5d
* Access to GNU gdbm persistent hashtables (structures Gdbm, Polygdbm) * Interface to the PostgreSQL database server (structure Postgres) * Interface to the MySQL database server (structure Mysql) * Interface to POSIX 1003.2 regular expressions (structure Regex) * Interface to sockets (structure Socket) * Faster bytecode execution (when compiled with GCC or egcs) * Registration of ML and C functions simplify callbacks Apparently the NetBSD patches were also pulled up. Since the distfile on the original site was updated without version indication, this also fixes kern/9783.
30 lines
1 KiB
Makefile
30 lines
1 KiB
Makefile
# $NetBSD: Makefile,v 1.9 2000/04/05 08:44:59 jdolecek Exp $
|
|
#
|
|
|
|
DISTNAME= mos14src
|
|
PKGNAME= moscow_ml-1.44
|
|
WRKSRC= ${WRKDIR}/mosml/src
|
|
CATEGORIES= lang
|
|
MASTER_SITES= ftp://ftp.dina.kvl.dk/pub/mosml/ \
|
|
ftp://ftp.csd.uu.se/pub/mirror/mosml/
|
|
|
|
MAINTAINER= lamj@stat.cmu.edu
|
|
HOMEPAGE= http://www.dina.kvl.dk/~sestoft/mosml.html
|
|
|
|
BUILD_DEPENDS+= ${LOCALBASE}/bin/perl:../../lang/perl5
|
|
|
|
ALL_TARGET= clean world
|
|
|
|
post-install:
|
|
${TOUCH} ${WRKDIR}/mosml/examples/helpsigs/htmlsigs/.keep_me
|
|
${MKDIR} ${PREFIX}/share/doc/moscow_ml
|
|
${MKDIR} ${PREFIX}/share/examples/moscow_ml
|
|
${CP} ${WRKDIR}/mosml/copyrght/* ${PREFIX}/share/doc/moscow_ml
|
|
${CP} -R ${WRKDIR}/mosml/doc/* ${PREFIX}/share/doc/moscow_ml
|
|
${CP} -R ${WRKDIR}/mosml/examples/* ${PREFIX}/share/examples/moscow_ml
|
|
${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/share/doc/moscow_ml
|
|
${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/share/examples/moscow_ml
|
|
${CHMOD} -R ugo+r ${PREFIX}/share/doc/moscow_ml
|
|
${CHMOD} -R ugo+r ${PREFIX}/share/examples/moscow_ml
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|