1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/devel/googletest/Makefile
Marcus von Appen 4ced3c507b - Fix the usage of 'python' to get rid of the implicit lang/python
dependency

Approved by:	portmgr (blanket)
2013-12-08 13:24:03 +00:00

28 lines
592 B
Makefile

# Created by: Cheng-Lung Sung <clsung@FreeBSD.org>
# $FreeBSD$
PORTNAME= googletest
PORTVERSION= 1.5.0
CATEGORIES= devel
MASTER_SITES= GOOGLE_CODE
DISTNAME= gtest-${PORTVERSION}
MAINTAINER= clsung@FreeBSD.org
COMMENT= A framework for writing C++ tests on a variety of platforms
USES= shebangfix
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
USE_PYTHON_BUILD= 2
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>