66a7ef6089
PR: ports/146905 Submitted by: Yi-Huan Chan <yhchan_AT_csie dot nctu dot edu dot tw>
23 lines
504 B
Makefile
23 lines
504 B
Makefile
# 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>
|