aboutsummaryrefslogtreecommitdiff
path: root/archivers/snappy/Makefile
blob: 8c27b936330844e40978df79e0aa026a58258a76 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# ex:ts=8
# Ports collection makefile for:	snappy
# Date created:				Apr 3 2011
# Whom:					vanilla@
#
# $FreeBSD$
#

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

MAINTAINER=	vanilla@FreeBSD.org
COMMENT=	A fast compressor/decompressor library

GNU_CONFIGURE=	yes
USE_LDCONFIG=	yes

.include <bsd.port.mk>