summaryrefslogtreecommitdiff
path: root/www/ap2-auth-mellon/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/ap2-auth-mellon/Makefile')
-rw-r--r--www/ap2-auth-mellon/Makefile10
1 files changed, 9 insertions, 1 deletions
diff --git a/www/ap2-auth-mellon/Makefile b/www/ap2-auth-mellon/Makefile
index ee6b06c1f4c..a92524e2f4f 100644
--- a/www/ap2-auth-mellon/Makefile
+++ b/www/ap2-auth-mellon/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.9 2009/12/11 14:45:38 obache Exp $
+# $NetBSD: Makefile,v 1.10 2009/12/20 11:31:30 manu Exp $
#
PKGNAME= ${APACHE_PKG_PREFIX}-${DISTNAME:S/mod_//:S/_/-/}
DISTNAME= mod_auth_mellon-0.2.5
+PKGREVISION= 2
CATEGORIES= www security
MASTER_SITES= http://modmellon.googlecode.com/files/
@@ -10,6 +11,8 @@ MAINTAINER= manu@NetBSD.org
HOMEPAGE= http://code.google.com/p/modmellon/
COMMENT= SAML 2.0 authentication for Apache
+PKG_DESTDIR_SUPPORT= destdir
+
GNU_CONFIGURE= YES
USE_LIBTOOL= YES
USE_TOOLS+= pkg-config
@@ -20,8 +23,13 @@ PKG_APACHE_ACCEPTED= apache2 apache22
.include "../../mk/apache.mk"
BUILDLINK_API_DEPENDS.apache+= apache>=2.0.47
+CONFIGURE_ENV+= PKG_CONFIG_PATH=${PREFIX}/lib/pkgconfig
+CONFIGURE_ENV+= OPENSSL_CFLAGS="${CPPFLAGS}"
+CONFIGURE_ENV+= OPENSSL_LIBS="-L${PREFIX}/lib -lssl -lcrypto"
CONFIGURE_ARGS+= --with-apxs2=${APXS:Q}
+# url2pkg-marker (please do not remove this line.)
+
.include "../../security/lasso/buildlink3.mk"
.include "../../www/curl/buildlink3.mk"