1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00
freebsd-ports/devel/googletest/Makefile
Cheng-Lung Sung 29a210037f - Update to 1.5.0
PR:		ports/146903
Submitted by:	Yi-Huan Chan <yhchan_AT_csie dot nctu dot edu dot tw>
2010-06-08 08:55:50 +00:00

25 lines
507 B
Makefile

# 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>