a9f015d155
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t GCC 8.2 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, as a double check, everything INDEX-11 showed depending on lang/gcc7. PR: 231590
32 lines
1,019 B
Makefile
32 lines
1,019 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= ncbi-cxx-toolkit
|
|
DISTVERSION= 21_0_0
|
|
PORTREVISION= 1
|
|
CATEGORIES= biology science devel
|
|
MASTER_SITES= ftp://ftp.ncbi.nih.gov/toolbox/ncbi_tools++/2018/Apr_2_2018/
|
|
DISTNAME= ncbi_cxx--${DISTVERSION}
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= NCBI C++ Toolkit
|
|
|
|
LICENSE= PD
|
|
LICENSE_FILE= ${WRKSRC}/doc/public/LICENSE
|
|
|
|
LIB_DEPENDS= libpcre.so:devel/pcre
|
|
RUN_DEPENDS= bash:shells/bash
|
|
|
|
USES= compiler:c++11-lang gmake mysql perl5 python shebangfix ssl
|
|
SHEBANG_FILES= src/app/blast/get_species_taxids.sh src/app/blast/legacy_blast.pl src/app/blast/update_blastdb.pl src/app/winmasker/windowmasker_2.2.22_adapter.py
|
|
USE_XORG= x11 xpm
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --without-debug --with-dll --without-static
|
|
|
|
post-install: # autoplist: thousands of files
|
|
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/run_with_lock
|
|
@cd ${STAGEDIR}${PREFIX} && \
|
|
${RMDIR} include/ncbi-tools++/algo/blast/bl2api include/ncbi-tools++/objtools/test && \
|
|
${FIND} * -type f -or -type l >> ${TMPPLIST}
|
|
|
|
.include <bsd.port.mk>
|