mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
24 lines
485 B
Makefile
24 lines
485 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.4.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
|
|
|
|
regression-test:
|
|
cd ${WRKSRC}; ${MAKE} check
|
|
|
|
.include <bsd.port.mk>
|