summaryrefslogtreecommitdiff
path: root/archivers/gzip-hpp/Makefile
blob: ff811dce37e1ba5ee847768d61b83fcc7ef633f0 (plain)
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
26
27
28
29
PORTNAME=	gzip-hpp
DISTVERSIONPREFIX=	v
DISTVERSION=	0.1.0-1
DISTVERSIONSUFFIX=	-g7546b35
CATEGORIES=	archivers devel

MAINTAINER=	yuri@FreeBSD.org
COMMENT=	C++ header-only library for gzip compression and decompression
WWW=		https://github.com/mapbox/gzip-hpp

LICENSE=	BSD2CLAUSE
LICENSE_FILE=	${WRKSRC}/LICENSE.md

USE_GITHUB=	yes
GH_ACCOUNT=	mapbox

NO_BUILD=	yes
NO_ARCH=	yes

PLIST_FILES=	include/gzip/compress.hpp \
		include/gzip/config.hpp \
		include/gzip/decompress.hpp \
		include/gzip/utils.hpp \
		include/gzip/version.hpp

do-install:
	cd ${WRKSRC}/include && ${COPYTREE_SHARE} gzip ${STAGEDIR}${PREFIX}/include

.include <bsd.port.mk>