openbsd-ports/devel/gtest/Makefile

32 lines
574 B
Makefile
Raw Normal View History

2013-03-21 04:45:11 -04:00
# $OpenBSD: Makefile,v 1.6 2013/03/21 08:45:15 ajacoutot Exp $
COMMENT = C++ unit test framework
DISTNAME = gtest-1.4.0
2011-11-04 05:18:43 -04:00
REVISION = 0
SHARED_LIBS += gtest 0.0 # .0.0
SHARED_LIBS += gtest_main 0.0 # .0.0
CATEGORIES = devel
HOMEPAGE = http://code.google.com/p/googletest/
MAINTAINER = Vincent Auclair <auclair.vincent@gmail.com>
# New BSD
PERMIT_PACKAGE_CDROM = Yes
MASTER_SITES = http://googletest.googlecode.com/files/
SEPARATE_BUILD = Yes
2011-11-04 05:18:43 -04:00
WANTLIB = m stdc++
CONFIGURE_STYLE = gnu
CONFIGURE_ARGS += ${CONFIGURE_SHARED}
2013-03-11 06:50:00 -04:00
NO_TEST = Yes
.include <bsd.port.mk>