1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00
freebsd-ports/biology/seqan/files/patch-cmake-CMakeLists.txt
Dmitry Marakasov f234335598 SeqAn is an open source C++ library of efficient algorithms
and data structures for the analysis of sequences with the
focus on biological data. The library is licensed under the
3-clause BSD license except the applications which are GPL.

WWW: http://www.seqan.de/

PR:		167571
Submitted by:	Hannes <h2+fbsdports@fsfe.org>
2012-06-06 17:51:33 +00:00

14 lines
511 B
Plaintext

--- cmake/CMakeLists.txt.orig 2012-05-04 12:56:23.000000000 +0800
+++ cmake/CMakeLists.txt 2012-05-04 13:00:03.000000000 +0800
@@ -146,6 +146,10 @@
COMPONENT headers)
#message("install(FILES ${HEADER} RENAME seqan${NEW_PATH} DESTINATION include COMPONENT headers)")
endforeach()
+#seqan.h
+install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/../seqan.h
+ DESTINATION include
+ COMPONENT headers)
################################################################################
# Set Compiler Flags