freebsd-ports/biology/seqtools/Makefile
Kurt Jaeger 4dfa75e3f1 biology/seqtools: 4.41.1 -> 4.42.1
- fixes build on 9.x
- Added a feedback box to show the read depth at the selected coord.
  Hover over this box to see the specific base support (i.e. the
  number of A/C/G/Ts).
2016-04-22 16:27:25 +00:00

26 lines
585 B
Makefile

# $FreeBSD$
PORTNAME= seqtools
PORTVERSION= 4.42.1
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:ftp/curl \
libsqlite3.so:databases/sqlite3
USES= compiler:c++14-lang execinfo libtool 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>