aboutsummaryrefslogtreecommitdiff
path: root/archivers/gzip-hpp/Makefile
blob: 2b98d2e5e6cdb38a62717d4f546a94c29b731372 (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
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

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>