mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-10 07:04:03 +00:00
- Switch to USES=libtool, drop .la files
Approved by: portmgr blanket
This commit is contained in:
parent
f17a506bce
commit
c1fc561d6f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=358056
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= googletest
|
||||
PORTVERSION= 1.5.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= GOOGLE_CODE
|
||||
DISTNAME= gtest-${PORTVERSION}
|
||||
@ -10,7 +11,7 @@ DISTNAME= gtest-${PORTVERSION}
|
||||
MAINTAINER= clsung@FreeBSD.org
|
||||
COMMENT= Framework for writing C++ tests on a variety of platforms
|
||||
|
||||
USES= shebangfix
|
||||
USES= shebangfix libtool
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LDCONFIG= yes
|
||||
USE_PYTHON_BUILD= 2
|
||||
|
@ -19,13 +19,13 @@ include/gtest/internal/gtest-string.h
|
||||
include/gtest/internal/gtest-tuple.h
|
||||
include/gtest/internal/gtest-type-util.h
|
||||
lib/libgtest.a
|
||||
lib/libgtest.la
|
||||
lib/libgtest.so
|
||||
lib/libgtest.so.0
|
||||
lib/libgtest.so.0.0.0
|
||||
lib/libgtest_main.a
|
||||
lib/libgtest_main.la
|
||||
lib/libgtest_main.so
|
||||
lib/libgtest_main.so.0
|
||||
lib/libgtest_main.so.0.0.0
|
||||
share/aclocal/gtest.m4
|
||||
@dirrm include/gtest/internal
|
||||
@dirrm include/gtest
|
||||
|
Loading…
Reference in New Issue
Block a user