Skip to content

Commit 5bc123b

Browse files
committed
biology/biosoup: Install cmake files
1 parent 912520a commit 5bc123b

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

‎biology/biosoup/Makefile‎

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
PORTNAME= biosoup
22
DISTVERSION= 0.11.0
3+
PORTREVISION= 1
34
CATEGORIES= biology devel
45

56
MAINTAINER= yuri@FreeBSD.org
@@ -11,7 +12,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
1112

1213
TEST_DEPENDS= googletest>0:devel/googletest
1314

14-
USES= cmake compiler:gcc-c++11-lib
15+
USES= cmake compiler:c++14-lang
1516

1617
USE_GITHUB= yes
1718
GH_ACCOUNT= rvaser
@@ -24,10 +25,10 @@ PLIST_FILES= include/biosoup/nucleic_acid.hpp \
2425
include/biosoup/overlap.hpp \
2526
include/biosoup/progress_bar.hpp \
2627
include/biosoup/sequence.hpp \
27-
include/biosoup/timer.hpp
28-
29-
do-install:
30-
cd ${WRKSRC}/include && ${COPYTREE_SHARE} ${PORTNAME} ${STAGEDIR}${PREFIX}/include
28+
include/biosoup/timer.hpp \
29+
lib/cmake/biosoup/biosoupConfig.cmake \
30+
lib/cmake/biosoup/biosoupConfigVersion.cmake \
31+
lib/cmake/biosoup/biosoupTargets.cmake
3132

3233
do-test:
3334
@cd ${BUILD_WRKSRC} && \

‎biology/biosoup/pkg-descr‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Biosoup is a c++ collection of header only data structures used for storage and
1+
Biosoup is a C++ collection of header only data structures used for storage and
22
logging in bioinformatics tools.

0 commit comments

Comments
 (0)