summaryrefslogtreecommitdiff
path: root/security/php4-mhash/Makefile
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2002-06-09 19:22:26 +0000
committerjlam <jlam@pkgsrc.org>2002-06-09 19:22:26 +0000
commitf00ab2879da52aef15a9c2bd151438a1011e936c (patch)
treecf6ac38604f5572d12acb0f61ac627d9d76fc422 /security/php4-mhash/Makefile
parent708407440e2045abbd896bba3acb8a9434322243 (diff)
downloadpkgsrc-f00ab2879da52aef15a9c2bd151438a1011e936c.tar.gz
Initial import of security/php4-mhash, a PHP4 module for access to the
mhash has algorithms library. This package was provided in pkg/16787 by Lubomir Sedlacik <salo@Xtrmntr.org>.
Diffstat (limited to 'security/php4-mhash/Makefile')
-rw-r--r--security/php4-mhash/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/security/php4-mhash/Makefile b/security/php4-mhash/Makefile
new file mode 100644
index 00000000000..b54ff23ab19
--- /dev/null
+++ b/security/php4-mhash/Makefile
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1.1.1 2002/06/09 19:22:26 jlam Exp $
+
+MODNAME= mhash
+CATEGORIES+= security
+PKGREVISION= # empty
+COMMENT= PHP4 extension for the mhash hash algorithms library
+
+USE_BUILDLINK_ONLY= yes
+
+.include "../../www/php4/Makefile.module"
+
+CONFIGURE_ARGS+= --with-${MODNAME}=shared,${BUILDLINK_DIR}
+
+.include "../../security/mhash/buildlink.mk"
+.include "../../mk/bsd.pkg.mk"