blob: 50852c92152a2988dcf02ebefd99475a2c5c596a (
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
|
# New ports collection makefile for: googletest
# Date created: Oct 14, 2008
# Whom: Cheng-Lung Sung <clsung@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= googletest
PORTVERSION= 1.1.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>
|