opnsense-ports/archivers/snappy/Makefile
Franco Fichtner 73ff9dc059 */*: sync with upstream
Taken from: FreeBSD
2015-10-02 07:30:26 +02:00

28 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>