freebsd-ports/biology/seqtools/Makefile
Mathieu Arnold 3fcd0e41de Remove USES=execinfo.
PR:		220271
Submitted by:	mat (review), Yasuhiro KIMURA (PR)
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D11488
2017-09-22 10:48:28 +00:00

31 lines
780 B
Makefile

# $FreeBSD$
PORTNAME= seqtools
PORTVERSION= 4.44.1
PORTREVISION= 2
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 \
libfontconfig.so:x11-fonts/fontconfig \
libfreetype.so:print/freetype2
BROKEN_powerpc64= fails to compile: jsoncpp.cpp: 'snprintf' is not a member of 'std'
USES= compiler:c++14-lang gettext libtool pkgconfig
GNU_CONFIGURE= yes
USE_GNOME= cairo gdkpixbuf2 gtk20
USE_XORG= x11
CFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib -lexecinfo -lcurl -lsqlite3 -lm
MAKE_JOBS_UNSAFE= yes
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>