1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-29 10:18:30 +00:00
freebsd-ports/archivers/zstr/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

26 lines
474 B
Makefile

PORTNAME= zstr
DISTVERSIONPREFIX= v
DISTVERSION= 1.0.4
CATEGORIES= archivers devel
MAINTAINER= yuri@FreeBSD.org
COMMENT= C++ header-only ZLib wrapper
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USE_GITHUB= yes
GH_ACCOUNT= mateidavid
NO_BUILD= yes
NO_ARCH= yes
PLIST_FILES= include/strict_fstream.hpp \
include/zstr.hpp \
include/zstr_make_unique_polyfill.h
do-install:
cd ${WRKSRC}/src && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/include
.include <bsd.port.mk>