blob: b041678371387d5d5d59cdf17c3ed0cb6945d0af (
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: googlemock
# Date created: Dec 12, 2008
# Whom: Cheng-Lung Sung <clsung@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= googlemock
PORTVERSION= 1.5.0
CATEGORIES= devel
MASTER_SITES= GOOGLE_CODE
DISTNAME= gmock-${PORTVERSION}
MAINTAINER= clsung@FreeBSD.org
COMMENT= A library for writing and using C++ mock classes
BUILD_DEPENDS= googletest>=1.5.0:${PORTSDIR}/devel/googletest
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
USE_GCC= 4.2+
.include <bsd.port.mk>
|