15 lines
381 B
Makefile
15 lines
381 B
Makefile
# $NetBSD: Makefile,v 1.6 2004/04/24 23:25:23 xtraeme Exp $
|
|
|
|
MODNAME= gmp
|
|
CATEGORIES+= devel math
|
|
PKGREVISION= # empty
|
|
COMMENT= PHP4 extension for arbitrary precision math
|
|
|
|
USE_BUILDLINK3= YES
|
|
|
|
.include "../../www/php4/Makefile.module"
|
|
|
|
CONFIGURE_ARGS+= --with-${MODNAME}=shared,${BUILDLINK_PREFIX.gmp}
|
|
|
|
.include "../../devel/gmp/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|