pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/nghttp2 nghttp2: add Makefile.common
details: https://anonhg.NetBSD.org/pkgsrc/rev/ba510c849fb2
branches: trunk
changeset: 414577:ba510c849fb2
user: adam <adam%pkgsrc.org@localhost>
date: Mon Mar 30 14:00:09 2020 +0000
description:
nghttp2: add Makefile.common
diffstat:
www/nghttp2/Makefile.common | 16 ++++++++++++++++
1 files changed, 16 insertions(+), 0 deletions(-)
diffs (20 lines):
diff -r ef510b05a2c6 -r ba510c849fb2 www/nghttp2/Makefile.common
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/nghttp2/Makefile.common Mon Mar 30 14:00:09 2020 +0000
@@ -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@localhost
+HOMEPAGE= https://nghttp2.org/
+LICENSE= mit
+
+DISTINFO_FILE= ${.CURDIR}/../../www/nghttp2/distinfo
+PATCHDIR= ${.CURDIR}/../../www/nghttp2/patches
Home |
Main Index |
Thread Index |
Old Index