mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
3b1a1bcee4
- Expire after the last version without /usr/lib/libomp.so - Drop SOVERSION for seamless transition (i.e., avoid conditionals) PR: 236907 Approved by: bapt (maintainer) Differential Revision: https://reviews.freebsd.org/D19767
37 lines
1.0 KiB
Makefile
37 lines
1.0 KiB
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= abyss
|
|
DISTVERSION= 2.1.5
|
|
PORTREVISION= 2
|
|
CATEGORIES= biology
|
|
MASTER_SITES= http://www.bcgsc.ca/platform/bioinfo/software/${PORTNAME}/releases/${DISTVERSION}/
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Assembly By Short Sequences: parallel, paired-end sequence assembler
|
|
|
|
LICENSE= GPLv3
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/include/boost/version.hpp:devel/boost-libs \
|
|
ghc:lang/ghc \
|
|
pandoc:textproc/hs-pandoc # pandoc is required just for one man page: abyss-sealer
|
|
LIB_DEPENDS= libffi.so:devel/libffi \
|
|
libgmp.so:math/gmp \
|
|
libomp.so:devel/openmp
|
|
RUN_DEPENDS= bash:shells/bash \
|
|
gmake:devel/gmake
|
|
|
|
USES= gmake iconv:wchar_t localbase:ldflags shebangfix sqlite
|
|
SHEBANG_FILES= bin/${PORTNAME}-*
|
|
SHEBANG_LANG= make
|
|
make_OLD_CMD= /usr/bin/make
|
|
make_CMD= ${PREFIX}/bin/gmake
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --without-sparsehash # configure fails to find std::hash, reported to the ML: https://groups.google.com/forum/#!topic/trans-abyss/SZDBKR5bKxs
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
PORTDOCS= *
|
|
|
|
.include <bsd.port.mk>
|