aboutsummaryrefslogtreecommitdiff
path: root/devel/googletest/Makefile
blob: 1ffc25daf002b0d0702858a283749fc9e8513c51 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# New ports collection makefile for:	googletest
# Date created:			        Oct 14, 2008
# Whom:				        Cheng-Lung Sung <clsung@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=	googletest
PORTVERSION=	1.5.0
CATEGORIES=	devel
MASTER_SITES=	GOOGLE_CODE
DISTNAME=	gtest-${PORTVERSION}

MAINTAINER=	clsung@FreeBSD.org
COMMENT=	A framework for writing C++ tests on a variety of platforms

GNU_CONFIGURE=	yes
USE_LDCONFIG=	yes
USE_PYTHON_BUILD=	yes

regression-test:
	cd ${WRKSRC}; ${MAKE} check

.include <bsd.port.mk>