# Created by: Vanilla I. Shu # $FreeBSD$ PORTNAME= snappy PORTVERSION= 1.1.0 PORTREVISION= 0 CATEGORIES= archivers MASTER_SITES= GOOGLE_CODE MAINTAINER= vanilla@FreeBSD.org COMMENT= Fast compressor/decompressor library OPTIONS_DEFINE= DOCS CONFIGURE_ARGS= --disable-gtest GNU_CONFIGURE= yes USE_LDCONFIG= yes .include post-patch: .if empty(PORT_OPTIONS:MDOCS) ${REINPLACE_CMD} -e \ '/^install-data-am:/ s|install-dist_docDATA||' \ ${WRKSRC}/Makefile.in .endif .include .if ${ARCH} == "sparc64" BROKEN= Does not compile on sparc64 .endif .include