as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. 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, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330
42 lines
1.2 KiB
Makefile
42 lines
1.2 KiB
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= viennarna
|
|
DISTVERSION= 2.4.13
|
|
PORTREVISION= 1
|
|
CATEGORIES= biology
|
|
MASTER_SITES= https://www.tbi.univie.ac.at/RNA/download/sourcecode/2_4_x/
|
|
DISTNAME= ViennaRNA-${DISTVERSION}
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Alignment tools for the structural analysis of RNA
|
|
|
|
LICENSE= ViennaRNALicense
|
|
LICENSE_NAME= Vienna RNA License
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
LICENSE_PERMS= auto-accept dist-mirror pkg-mirror
|
|
|
|
BUILD_DEPENDS= bash:shells/bash \
|
|
libgd>0:graphics/gd # for the static lib
|
|
LIB_DEPENDS= libgmp.so:math/gmp \
|
|
libgsl.so:math/gsl \
|
|
libmpfr.so:math/mpfr
|
|
|
|
USES= autoreconf compiler:c++11-lang gmake libtool localbase perl5 pkgconfig # w/out autoreconf -lstdc++ is present in configure and Makefiles and this causes link failure
|
|
USE_XORG= x11 xext # only for build
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_SHELL= ${PREFIX}/bin/bash
|
|
CONFIGURE_ARGS= --enable-shared --disable-static --with-gsl --with-cluster --with-kinwalker --enable-mpfr --without-python --without-python3 --without-perl
|
|
|
|
INFO= RNAlib
|
|
|
|
DATASDIR= ${PREFIX}/share/ViennaRNA
|
|
DOCSDIR= ${PREFIX}/share/doc/ViennaRNA
|
|
EXAMPLESDIR= ${PREFIX}/share/examples/ViennaRNA
|
|
|
|
OPTIONS_DEFINE= DOCS EXAMPLES
|
|
|
|
PORTDOCS= *
|
|
PORTEXAMPLES= *
|
|
|
|
.include <bsd.port.mk>
|