2002-02-28 07:18:08 +01:00
|
|
|
# $NetBSD: Makefile,v 1.3 2002/02/28 06:18:08 jlam Exp $
|
2001-10-16 09:00:05 +02:00
|
|
|
|
|
|
|
MODNAME= bcmath
|
|
|
|
CATEGORIES+= math
|
2001-12-03 09:30:58 +01:00
|
|
|
PKGREVISION= # empty
|
2001-10-16 09:00:05 +02:00
|
|
|
COMMENT= PHP4 extension for bc-style arbitrary precision math
|
|
|
|
|
|
|
|
USE_BUILDLINK_ONLY= YES
|
2002-02-28 07:18:08 +01:00
|
|
|
|
|
|
|
.include "../../www/php4/Makefile.module"
|
|
|
|
|
2001-10-16 09:00:05 +02:00
|
|
|
CONFIGURE_ARGS+= --enable-${MODNAME}
|
|
|
|
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|