freebsd-ports/archivers/snappy/Makefile
Baptiste Daroussin 082777094e Use BROKEN_sparc64
Stop patching Makefile and let stage take care installing PORTDICS or not

This avoid including too many times bsd.port.mk
2014-01-15 22:22:20 +00:00

21 lines
404 B
Makefile

# Created by: Vanilla I. Shu <vanilla@FreeBSD.org>
# $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
BROKEN_sparc64= Does not compile on sparc64
.include <bsd.port.mk>