mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
7f4572eae4
With hat: portmgr Sponsored by: Absolight
28 lines
458 B
Makefile
28 lines
458 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: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>
|