2012-12-18 07:57:31 +00:00
|
|
|
# Created by: Vanilla I. Shu <vanilla@FreeBSD.org>
|
2011-04-04 10:21:01 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= snappy
|
2014-06-03 14:34:06 +00:00
|
|
|
PORTVERSION= 1.1.1
|
2014-06-16 15:16:17 +00:00
|
|
|
PORTREVISION= 1
|
2011-04-04 10:21:01 +00:00
|
|
|
CATEGORIES= archivers
|
2012-12-18 07:57:31 +00:00
|
|
|
MASTER_SITES= GOOGLE_CODE
|
2011-04-04 10:21:01 +00:00
|
|
|
|
|
|
|
MAINTAINER= vanilla@FreeBSD.org
|
2012-12-18 07:57:31 +00:00
|
|
|
COMMENT= Fast compressor/decompressor library
|
2011-04-04 10:21:01 +00:00
|
|
|
|
2014-06-03 14:34:06 +00:00
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
|
2013-02-20 21:15:12 +00:00
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
|
2014-06-16 15:16:17 +00:00
|
|
|
USES= libtool
|
2013-02-20 21:15:12 +00:00
|
|
|
CONFIGURE_ARGS= --disable-gtest
|
2011-04-04 10:21:01 +00:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_LDCONFIG= yes
|
2014-06-03 14:34:06 +00:00
|
|
|
CFLAGS+= -DNDEBUG
|
2011-04-04 10:21:01 +00:00
|
|
|
|
2014-01-15 22:22:20 +00:00
|
|
|
BROKEN_sparc64= Does not compile on sparc64
|
2013-02-20 21:15:12 +00:00
|
|
|
|
2014-01-15 22:22:20 +00:00
|
|
|
.include <bsd.port.mk>
|