mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
30 lines
694 B
Makefile
30 lines
694 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
|
|
|
|
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>
|