aboutsummaryrefslogtreecommitdiffstats
path: root/biology/seqtools/Makefile
blob: a242be63b953e1b262e162d829a3b200c16f27c9 (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
# $FreeBSD$

PORTNAME=   seqtools
PORTVERSION=    4.44.1
PORTREVISION=   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 \
        libfontconfig.so:x11-fonts/fontconfig \
        libfreetype.so:print/freetype2

USES=       compiler:c++14-lang execinfo 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>