aboutsummaryrefslogblamecommitdiff
path: root/devel/googlemock/Makefile
blob: a8b7aa9e5a649988cad2cb3c283b8f79e8b5c99c (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
                                                  
           

                          
                     
                 




                                    
                                                              
 
                                                              
 
                       

                   
 
                      
# Created by: Cheng-Lung Sung <clsung@FreeBSD.org>
# $FreeBSD$

PORTNAME=	googlemock
PORTVERSION=	1.5.0
PORTREVISION=	1
CATEGORIES=	devel
MASTER_SITES=	GOOGLE_CODE
DISTNAME=	gmock-${PORTVERSION}

MAINTAINER=	clsung@FreeBSD.org
COMMENT=	Library for writing and using C++ mock classes

BUILD_DEPENDS=	googletest>=1.5.0:${PORTSDIR}/devel/googletest

USES=		libtool
GNU_CONFIGURE=	yes
USE_LDCONFIG=	yes

.include <bsd.port.mk>