summaryrefslogtreecommitdiff
path: root/www/linux-rl9-libnghttp2/Makefile
blob: 82bba71ca71f38cd038864bb7763f8c22c5a4060 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
PORTNAME=	libnghttp2
PORTVERSION=	1.43.0
DISTVERSIONSUFFIX=	-6.el9
PORTREVISION=	3
CATEGORIES=	www devel linux

MAINTAINER=	emulation@FreeBSD.org
COMMENT=	HTTP/2 C Library (Rocky Linux ${LINUX_DIST_VER})
WWW=		https://nghttp2.org/ \
		https://github.com/nghttp2/nghttp2

LICENSE=	MIT

USES=		linux:rl9
USE_LDCONFIG=	yes
USE_LINUX=	icu
USE_LINUX_RPM=	yes
WANT_LINUX32=	yes

LIB_DISTNAMES=	${PORTNAME}${PKGNAMESUFFIX}-${DISTVERSIONFULL}
SRC_DISTFILES=	nghttp2-${DISTVERSIONFULL}${SRC_SUFX}:SOURCE

DESCR=		${PORTSDIR}/${PKGCATEGORY}/${PORTNAME}/pkg-descr

.include <bsd.port.mk>