pkgsrc/security/php4-openssl/Makefile
wiz a661ce60c0 PKGREVISION bump after openssl-security-fix-update to 0.9.6m.
Buildlink files: RECOMMENDED version changed to current version.
2004-03-26 02:27:34 +00:00

22 lines
580 B
Makefile

# $NetBSD: Makefile,v 1.4 2004/03/26 02:27:53 wiz Exp $
MODNAME= openssl
PKGREVISION= 2
CATEGORIES+= security
COMMENT= PHP4 extension for the OpenSSL library
USE_BUILDLINK2= YES
.include "../../www/php4/Makefile.module"
CONFIGURE_ARGS+= --with-${MODNAME}=shared,${BUILDLINK_PREFIX.openssl}
# the config test for -lssl fails to link in -lcrypto; just force it
# to succeed
CONFIGURE_ENV+= ac_cv_lib_ssl_SSL_CTX_set_ssl_version=yes
post-extract:
cd ${WRKSRC} && ln -s config0.m4 config.m4
.include "../../security/openssl/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"