freebsd-ports/devel/googlemock/Makefile
Cheng-Lung Sung 66a7ef6089 - Update 1.5.0
PR:		ports/146905
Submitted by:	Yi-Huan Chan <yhchan_AT_csie dot nctu dot edu dot tw>
2010-06-08 08:56:16 +00:00

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>