mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
29a210037f
PR: ports/146903 Submitted by: Yi-Huan Chan <yhchan_AT_csie dot nctu dot edu dot tw>
25 lines
507 B
Makefile
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>
|