diff options
Diffstat (limited to 'math/php4-bcmath/Makefile')
-rw-r--r-- | math/php4-bcmath/Makefile | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/math/php4-bcmath/Makefile b/math/php4-bcmath/Makefile deleted file mode 100644 index 101bc635922..00000000000 --- a/math/php4-bcmath/Makefile +++ /dev/null @@ -1,14 +0,0 @@ -# $NetBSD: Makefile,v 1.8 2004/04/25 00:23:55 xtraeme Exp $ - -MODNAME= bcmath -CATEGORIES+= math -PKGREVISION= # empty -COMMENT= PHP4 extension for bc-style arbitrary precision math - -USE_BUILDLINK3= YES - -.include "../../www/php4/Makefile.module" - -CONFIGURE_ARGS+= --enable-${MODNAME} - -.include "../../mk/bsd.pkg.mk" |