# ex:ts=8
# Ports collection makefile for:	protobuf
# Date created:				Aug 9, 2008
# Whom:					vanilla
#
# $FreeBSD: ports/devel/protobuf/Makefile,v 1.8 2010/01/15 06:11:04 vanilla Exp $
#

PORTNAME=	protobuf
PORTVERSION=	2.3.0
CATEGORIES=	devel
MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}

MAINTAINER=	vanilla@FreeBSD.org
COMMENT=	A data interchange format library

USE_GMAKE=	yes
USE_BZIP2=	yes
GNU_CONFIGURE=	yes
USE_LDCONFIG=	yes
USE_GNOME=	gnomehack pkgconfig

tests: build
	@(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} check)

.include <bsd.port.mk>
