97a21e2f53
- Blixem bug fix in sorting features, RT 473624 - Compilation of the seqtools in parallel, RT 467905 - Fix bug with sorting by similarity/identity to first sequence (RT:473624) - Fix an error compiling with multiple threads (RT:467905)
26 lines
578 B
Makefile
26 lines
578 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= seqtools
|
|
PORTVERSION= 4.35
|
|
CATEGORIES= biology
|
|
MASTER_SITES= ftp://ftp.sanger.ac.uk/pub4/resources/software/seqtools/PRODUCTION/
|
|
|
|
MAINTAINER= pi@FreeBSD.org
|
|
COMMENT= Tools for visualising sequence alignments
|
|
|
|
LICENSE= GPLv3
|
|
|
|
LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl \
|
|
libsqlite3.so:${PORTSDIR}/databases/sqlite3
|
|
|
|
USES= execinfo pkgconfig
|
|
GNU_CONFIGURE= yes
|
|
USE_GCC= any
|
|
USE_GNOME= gtk20
|
|
CFLAGS+= -I${LOCALBASE}/include
|
|
LDFLAGS+= -L${LOCALBASE}/lib -lexecinfo -lcurl -lsqlite3 -lm
|
|
MAKE_JOBS_UNSAFE= yes
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
.include <bsd.port.mk>
|