mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
1f6544c522
PR: ports/185162 Submitted by: maintainer
26 lines
599 B
Makefile
26 lines
599 B
Makefile
# Created by: Kurt Jaeger <fbsd-ports@opsec.eu>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= seqtools
|
|
PORTVERSION= 4.24
|
|
CATEGORIES= biology
|
|
MASTER_SITES= ftp://ftp.sanger.ac.uk/pub4/resources/software/seqtools/PRODUCTION/
|
|
|
|
MAINTAINER= fbsd-ports@opsec.eu
|
|
COMMENT= Tools for visualising sequence alignments
|
|
|
|
LICENSE= GPLv3
|
|
|
|
LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl \
|
|
libexecinfo.so:${PORTSDIR}/devel/libexecinfo \
|
|
|
|
USES= pkgconfig
|
|
GNU_CONFIGURE= yes
|
|
USE_GCC= any
|
|
USE_GNOME= gtk20
|
|
CFLAGS= -I${LOCALBASE}/include
|
|
LDFLAGS= -L${LOCALBASE}/lib -lexecinfo -lcurl -lm
|
|
MAKE_JOBS_UNSAFE= yes
|
|
|
|
.include <bsd.port.mk>
|