freebsd-ports/devel/protobuf/Makefile
2008-12-10 01:13:14 +00:00

25 lines
494 B
Makefile

# ex:ts=8
# Ports collection makefile for: protobuf
# Date created: Aug 9, 2008
# Whom: vanilla
#
# $FreeBSD$
#
PORTNAME= protobuf
PORTVERSION= 2.0.3
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
tests: build
@(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} check)
.include <bsd.port.mk>