082777094e
Stop patching Makefile and let stage take care installing PORTDICS or not This avoid including too many times bsd.port.mk
21 lines
404 B
Makefile
21 lines
404 B
Makefile
# Created by: Vanilla I. Shu <vanilla@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= snappy
|
|
PORTVERSION= 1.1.0
|
|
PORTREVISION= 0
|
|
CATEGORIES= archivers
|
|
MASTER_SITES= GOOGLE_CODE
|
|
|
|
MAINTAINER= vanilla@FreeBSD.org
|
|
COMMENT= Fast compressor/decompressor library
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
CONFIGURE_ARGS= --disable-gtest
|
|
GNU_CONFIGURE= yes
|
|
USE_LDCONFIG= yes
|
|
|
|
BROKEN_sparc64= Does not compile on sparc64
|
|
|
|
.include <bsd.port.mk>
|