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/Makefile12
1 files changed, 8 insertions, 4 deletions
diff --git a/www/ap2-auth-mellon/Makefile b/www/ap2-auth-mellon/Makefile
index 1dbbd404a50..a80ff2c5d21 100644
--- a/www/ap2-auth-mellon/Makefile
+++ b/www/ap2-auth-mellon/Makefile
@@ -1,12 +1,13 @@
-# $NetBSD: Makefile,v 1.64 2021/06/08 07:26:52 manu Exp $
+# $NetBSD: Makefile,v 1.64.4.1 2021/11/20 22:29:03 tm Exp $
-DISTNAME= mod_auth_mellon-0.17.0
+DISTNAME= mod_auth_mellon-0.18.0
PKGNAME= ${APACHE_PKG_PREFIX}-${DISTNAME:S/mod_//:S/_/-/g}
#PKGREVISION= 1
CATEGORIES= www security
MASTER_SITES= ${MASTER_SITE_GITHUB:=latchset/}
GITHUB_PROJECT= mod_auth_mellon
-GITHUB_RELEASE= v${PKGVERSION_NOREV}
+GITHUB_TAG= refs/tags/v${PKGVERSION_NOREV}
+WRKSRC= ${WRKDIR}/${DISTNAME}
MAINTAINER= manu@NetBSD.org
HOMEPAGE= https://github.com/latchset/mod_auth_mellon
@@ -15,7 +16,7 @@ LICENSE= gnu-gpl-v2 # or later
GNU_CONFIGURE= YES
USE_LIBTOOL= YES
-USE_TOOLS+= pkg-config
+USE_TOOLS+= pkg-config autoconf automake
APACHE_MODULE= YES
.include "../../mk/apache.mk"
@@ -28,6 +29,9 @@ SUBST_NOOP_OK.pthflags= yes
INSTALLATION_DIRS+= lib/httpd
+pre-configure:
+ cd ${WRKSRC} && ./autogen.sh
+
do-install:
cd ${WRKSRC} && \
libexecdir=`${APXS} -q LIBEXECDIR` && \