freebsd-ports/www/libnghttp2/Makefile
Li-Wen Hsu 96dd9943d0 - Update to 1.35.1
Approved by:	sunpoet (maintainer)
Sponsored by:	The FreeBSD Foundation
2018-12-14 15:11:38 +00:00

26 lines
503 B
Makefile

# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= nghttp2
PORTVERSION= 1.35.1
DISTVERSIONPREFIX= v
CATEGORIES= www net
PKGNAMEPREFIX= lib
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= HTTP/2.0 C Library
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
USES= autoreconf compiler:c++14-lang libtool pathfix pkgconfig
CONFIGURE_ARGS= --enable-lib-only
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
USE_CXXSTD= c++14
USE_LDCONFIG= yes
USE_GITHUB= yes
.include <bsd.port.mk>