freebsd-ports/archivers/snzip/Makefile
Sunpoet Po-Chuan Hsieh ccc94daf04 - Add snzip 1.0.2
- While I'm here:
  - Add LICENSE_FILE
  - Add OPTIONS_DEFINE

Snzip is one of command line tools using snappy. This supports five types of
file formats:
  framing-format,
  old framing-format,
  SNZ format,
  snappy-java format
  and snappy-in-java format.
The default format is framing-format.

WWW: https://github.com/kubo/snzip

PR:		205511
Submitted by:	<mizhka@gmail.com>
2015-12-22 17:11:40 +00:00

27 lines
470 B
Makefile

# $FreeBSD$
PORTNAME= snzip
PORTVERSION= 1.0.2
CATEGORIES= archivers
MAINTAINER= mizhka@gmail.com
COMMENT= Compression/decompression tool based on snappy library
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libsnappy.so:${PORTSDIR}/archivers/snappy
OPTIONS_DEFINE= DOCS
USE_GITHUB= yes
GH_ACCOUNT= kubo
USES= autoreconf
CONFIGURE_ARGS= --with-snappy=${LOCALBASE}
GNU_CONFIGURE= yes
PLIST_FILES= bin/snzip
PORTDOCS= *
.include <bsd.port.mk>