pkgsrc/devel/googletest/Makefile
adam e2983f12b0 googletest: updatee to 1.8.1
v1.8.1:
1.8.1 Release reflects a current version of the project.
The 1.8.x is the last release supporting pre-C++11 compilers.
The 1.8.x will not accept any requests for any new features and any bugfix requests will only be accepted if proven "critical"
2018-09-10 10:23:33 +00:00

18 lines
425 B
Makefile

# $NetBSD: Makefile,v 1.15 2018/09/10 10:23:33 adam Exp $
DISTNAME= googletest-1.8.1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GITHUB:=google/}
GITHUB_TAG= release-${PKGVERSION_NOREV}
MAINTAINER= reed@reedmedia.net
HOMEPAGE= https://github.com/google/googletest
COMMENT= Google's C++ testing framework
LICENSE= modified-bsd
INSTALLATION_DIRS= bin
USE_CMAKE= yes
USE_LANGUAGES= c c++11
.include "../../mk/bsd.pkg.mk"