26 lines
553 B
Makefile
26 lines
553 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.0.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.2.1:${PORTSDIR}/devel/googletest
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LDCONFIG= yes
|
|
USE_GCC= 4.2+
|
|
|
|
#regression-mock:
|
|
# cd ${WRKSRC}; ${MAKE} check
|
|
|
|
.include <bsd.port.mk>
|