summaryrefslogtreecommitdiff
path: root/archivers/zstd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'archivers/zstd/Makefile')
-rw-r--r--archivers/zstd/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/archivers/zstd/Makefile b/archivers/zstd/Makefile
new file mode 100644
index 00000000000..a5b61ae50b2
--- /dev/null
+++ b/archivers/zstd/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1 2016/09/04 12:36:59 wiz Exp $
+
+DISTNAME= zstd-1.0.0
+CATEGORIES= archivers
+MASTER_SITES= ${MASTER_SITE_GITHUB:=facebook/}
+GITHUB_TAG= v${PKGVERSION_NOREV}
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://www.zstd.net/
+COMMENT= Fast real-time compression algorithm
+LICENSE= modified-bsd
+
+USE_TOOLS+= gmake pkg-config
+MAKE_FLAGS= MANDIR=${PREFIX}/${PKGMANDIR}/man1
+
+PKGCONFIG_OVERRIDE+= lib/libzstd.pc.in
+
+.include "../../mk/bsd.pkg.mk"