summaryrefslogtreecommitdiffstats
path: root/devel/protobuf/Makefile
blob: d01ab982d9d2007f029c67a66d57c2dfdd030ee2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Created by: vanilla
# $FreeBSD$

PORTNAME=	protobuf
PORTVERSION=	2.5.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
USES=		pathfix pkgconfig
ONLY_FOR_ARCHS=	i386 amd64

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

.include <bsd.port.mk>
OpenPOWER on IntegriCloud