blob: 4fd1aa900573cb3308070adbbcd1a922978ec793 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# Created by: Vanilla I. Shu <vanilla@FreeBSD.org>
# $FreeBSD$
PORTNAME= snappy
PORTVERSION= 1.1.1
PORTREVISION= 1
CATEGORIES= archivers
MASTER_SITES= GOOGLE_CODE
MAINTAINER= vanilla@FreeBSD.org
COMMENT= Fast compressor/decompressor library
LICENSE= BSD3CLAUSE
OPTIONS_DEFINE= DOCS
USES= libtool
CONFIGURE_ARGS= --disable-gtest
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
CFLAGS+= -DNDEBUG
BROKEN_sparc64= Does not compile on sparc64
.include <bsd.port.mk>
|