1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-07 06:40:06 +00:00
freebsd-ports/archivers/snappy/Makefile
Alexey Dokuchaev 0dbba76acd Remove BROKEN_sparc64 statement which was originally added in r277772 by
linimon@ 6.5 years ago for Snappy 1.0.2.  It now builds and runs fine on
10.4-STABLE running under QEMU 2.9.0 (regression tests pass, courtesy of
TEST_TARGET).  While at it, move OPTIONS_DEFINE knob where it is usually
expected to be found in the Makefile.
2017-12-24 10:48:23 +00:00

28 lines
531 B
Makefile

# Created by: Vanilla I. Shu <vanilla@FreeBSD.org>
# $FreeBSD$
PORTNAME= snappy
PORTVERSION= 1.1.6
CATEGORIES= archivers
MAINTAINER= vanilla@FreeBSD.org
COMMENT= Fast compressor/decompressor library
LICENSE= BSD3CLAUSE
USES= autoreconf libtool pathfix pkgconfig
CONFIGURE_ARGS= --disable-gtest
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
CFLAGS+= -DNDEBUG
USE_GITHUB= yes
GH_ACCOUNT= google
TEST_TARGET= check
OPTIONS_DEFINE= DOCS
post-install:
@${STRIP_CMD} ${STAGEDIR}${LOCALBASE}/lib/libsnappy.so.1.1.6
.include <bsd.port.mk>