mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
e87e8d2588
PR: 203451 Reported by: Dusan Vejnovic <freebsd@dussan.org> Approved by: vanilla (maintianer)
29 lines
549 B
Makefile
29 lines
549 B
Makefile
# Created by: Vanilla I. Shu <vanilla@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= snappy
|
|
PORTVERSION= 1.1.3
|
|
CATEGORIES= archivers
|
|
|
|
MAINTAINER= vanilla@FreeBSD.org
|
|
COMMENT= Fast compressor/decompressor library
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
USES= pkgconfig autoreconf libtool
|
|
CONFIGURE_ARGS= --disable-gtest
|
|
GNU_CONFIGURE= yes
|
|
USE_LDCONFIG= yes
|
|
CFLAGS+= -DNDEBUG
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= google
|
|
|
|
BROKEN_sparc64= Does not compile on sparc64
|
|
|
|
post-install:
|
|
@${STRIP_CMD} ${STAGEDIR}${LOCALBASE}/lib/libsnappy.so.1.3.0
|
|
|
|
.include <bsd.port.mk>
|