summaryrefslogtreecommitdiff
path: root/www/nghttp2
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2020-03-30 14:00:09 +0000
committeradam <adam@pkgsrc.org>2020-03-30 14:00:09 +0000
commitaf32f000d41de46f76db8d851beeb82becef693f (patch)
treec097000540169ad3b7abd6ac3a9e63aa5dd79a0e /www/nghttp2
parentbd649b8149099d2aa246f0c3238ca016a6d7b8a9 (diff)
downloadpkgsrc-af32f000d41de46f76db8d851beeb82becef693f.tar.gz
nghttp2: add Makefile.common
Diffstat (limited to 'www/nghttp2')
-rw-r--r--www/nghttp2/Makefile.common16
1 files changed, 16 insertions, 0 deletions
diff --git a/www/nghttp2/Makefile.common b/www/nghttp2/Makefile.common
new file mode 100644
index 00000000000..e5790da2d5e
--- /dev/null
+++ b/www/nghttp2/Makefile.common
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile.common,v 1.1 2020/03/30 14:00:09 adam Exp $
+# used by www/nghttp2/Makefile
+# used by www/nghttp2-tools/Makefile
+
+DISTNAME= nghttp2-1.40.0
+CATEGORIES= www
+MASTER_SITES= ${MASTER_SITE_GITHUB:=tatsuhiro-t/}
+EXTRACT_SUFX= .tar.xz
+GITHUB_RELEASE= v${PKGVERSION_NOREV}
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= https://nghttp2.org/
+LICENSE= mit
+
+DISTINFO_FILE= ${.CURDIR}/../../www/nghttp2/distinfo
+PATCHDIR= ${.CURDIR}/../../www/nghttp2/patches