1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00
freebsd-ports/archivers/snappy/Makefile
Vanilla I. Shu 28775aff66 Upgrade snappy to 1.1.1, and bump all related PORTREVISION to chase shared library version.
PR:		ports/190409
Submitted by:	ports at robakdesign.com
Approved by:	portmgr@ (for NO_STAGE)
2014-06-03 14:34:06 +00:00

25 lines
443 B
Makefile

# Created by: Vanilla I. Shu <vanilla@FreeBSD.org>
# $FreeBSD$
PORTNAME= snappy
PORTVERSION= 1.1.1
PORTREVISION= 0
CATEGORIES= archivers
MASTER_SITES= GOOGLE_CODE
MAINTAINER= vanilla@FreeBSD.org
COMMENT= Fast compressor/decompressor library
LICENSE= BSD3CLAUSE
OPTIONS_DEFINE= DOCS
CONFIGURE_ARGS= --disable-gtest
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
CFLAGS+= -DNDEBUG
BROKEN_sparc64= Does not compile on sparc64
.include <bsd.port.mk>