1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
freebsd-ports/devel/googletest/Makefile
Marcus von Appen 89e07f4a18 - Convert ports of devel/ to USES=python
Approved by:	portmgr (implicit)
2014-10-20 16:04:12 +00:00

29 lines
629 B
Makefile

# Created by: Cheng-Lung Sung <clsung@FreeBSD.org>
# $FreeBSD$
PORTNAME= googletest
PORTVERSION= 1.5.0
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= GOOGLE_CODE
DISTNAME= gtest-${PORTVERSION}
MAINTAINER= clsung@FreeBSD.org
COMMENT= Framework for writing C++ tests on a variety of platforms
LICENSE= BSD3CLAUSE
USES= libtool python:2,build shebangfix
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
python_OLD_CMD= /usr/bin/env python
python_CMD= /usr/bin/env python2
SHEBANG_FILES= scripts/fuse_gtest_files.py scripts/gen_gtest_pred_impl.py \
scripts/pump.py
regression-test:
cd ${WRKSRC}; ${MAKE} check
.include <bsd.port.mk>