aboutsummaryrefslogtreecommitdiffstats
path: root/biology/seqan-apps/Makefile
blob: 55211a5b5da572b8a5524077d05c18872c2c64bc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
# Created by: Hannes Hauswedell <h2+fbsdports@fsfe.org>
# $FreeBSD$

PORTNAME=   seqan-apps
PORTVERSION=    2.2.0
DISTVERSIONPREFIX=  seqan-v
PORTREVISION=   8
CATEGORIES= biology

MAINTAINER= h2+fbsdports@fsfe.org
COMMENT=    Official Bioinformatic applications based on the SeqAn library

LICENSE=    BSD3CLAUSE LGPL3 GPLv3
LICENSE_COMB=   multi

BUILD_DEPENDS=  boost-libs>0:devel/boost-libs

BROKEN_aarch64=     fails to compile: Error: unknown mnemonic rep -- rep
BROKEN_armv6=       fails to compile: Error: bad instruction rep
BROKEN_armv7=       fails to compile: Error: bad instruction rep
BROKEN_powerpc64=   fails to compile: Error: unrecognized opcode: rep

USE_GITHUB= yes
GH_ACCOUNT= seqan
GH_PROJECT= seqan

# once #199603 is resolved, do the following instead of USE_GCC
# USES=     cmake:outsource compiler:openmp,c++14-lang
USES=       cmake:outsource
CMAKE_ARGS= -DSEQAN_BUILD_SYSTEM="SEQAN_RELEASE_APPS"

USE_GCC=    yes

.include <bsd.port.pre.mk>

.if ${ARCH} == "i386"
PLIST_SUB+= RM_I386="@comment "
.else
PLIST_SUB+= RM_I386=""
.endif

.include <bsd.port.post.mk>