# $MidnightBSD: trunk/archivers/snappy/Makefile 15462 2013-09-17 03:15:41Z laffer1 $

PORTNAME=	snappy
PORTVERSION=	1.1.0
CATEGORIES=	archivers
MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}

MAINTAINER=	ports@MidnightBSD.org
COMMENT=	A fast compressor/decompressor library
LICENSE=	bsd3

GNU_CONFIGURE=	yes
USE_LDCONFIG=	yes

ONLY_FOR_ARCH=	i386 amd64

post-patch:
.if defined(NOPORTDOCS)
	${REINPLACE_CMD} -e \
		'/^install-data-am:/ s|install-dist_docDATA||' \
		${WRKSRC}/Makefile.in
.endif

.include <bsd.port.mk>
