pkgsrc-wip/caml-libnum/Makefile
Peter Bex 2c016c1de6 This is libnum from the CAML-light contrib directory.
It provides arbitrary-precision arithmetic functions over integers
and rationals to CAML.
2004-03-17 20:57:48 +00:00

22 lines
588 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2004/03/17 20:57:48 airhead Exp $
#
DISTNAME= cl74unix
PKGNAME= caml-libnum-0.74
WRKSRC= ${WRKDIR}/cl74/contrib/libnum
CATEGORIES= lang math
MASTER_SITES= ftp://ftp.inria.fr/lang/caml-light/
MAINTAINER= airhead@users.sf.net
HOMEPAGE= http://caml.inria.fr/distrib-caml-light-eng.html
COMMENT= Libnum from CAML-light contrib dir
DEPENDS+= caml-light-[0-9]*:../../lang/caml-light
do-configure:
(cd ${WRKDIR}/cl74/src && make configure)
post-configure:
${ECHO} '#define HAS_STRERROR' >> ${WRKDIR}/cl74/config/s.h
.include "../../mk/bsd.pkg.mk"