22 lines
584 B
Makefile
22 lines
584 B
Makefile
# $NetBSD: Makefile,v 1.5 2004/04/24 23:35:15 xtraeme Exp $
|
|
|
|
MODNAME= openssl
|
|
PKGREVISION= 2
|
|
CATEGORIES+= security
|
|
COMMENT= PHP4 extension for the OpenSSL library
|
|
|
|
USE_BUILDLINK3= 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/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|