pkgsrc-wip/libsnappy/Makefile
Blue Rats 085399baa5 Modified (ideally fixed) COMMENT. Some of these got minor formatting
changes, category fixes, and MAINTAINER fixes.
2012-11-13 22:25:27 +00:00

21 lines
603 B
Makefile

# $NetBSD: Makefile,v 1.6 2012/11/13 22:25:38 othyro Exp $
#
http://snappy.googlecode.com/files/snappy-1.0.0.tar.gz
DISTNAME= snappy-1.0.1
CATEGORIES= devel
# MASTER_SITES= http://code.google.com/p/snappy/downloads/detail?name=
MASTER_SITES= http://snappy.googlecode.com/files/
MAINTAINER= bch@methodlogic.net
HOMEPAGE= http://code.google.com/p/snappy/downloads/
COMMENT= Compression/decompression library
LICENSE= modified-bsd
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
CPPFLAGS+= -DLZF_STATE_ARG="0"
USE_LANGUAGES+= c++ c
# url2pkg-marker (please do not remove this line.)
.include "../../mk/bsd.pkg.mk"