Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-kde
Path: blob/main/biology/andi/Makefile
16460 views
PORTNAME=	andi
DISTVERSIONPREFIX=	v
DISTVERSION=	0.14-3
DISTVERSIONSUFFIX=	-g390af15
CATEGORIES=	biology devel

MAINTAINER=	[email protected]
COMMENT=	Efficient estimation of evolutionary distances
WWW=		https://github.com/EvolBioInf/andi

LICENSE=	GPLv3
LICENSE_FILE=	${WRKSRC}/COPYING

LIB_DEPENDS=	libdivsufsort.so:math/libdivsufsort \
		libgsl.so:math/gsl

USES=		autoreconf gmake localbase pkgconfig
USE_LDCONFIG=	yes

USE_GITHUB=	yes
GH_ACCOUNT=	EvolBioInf

GNU_CONFIGURE=	yes

OPTIONS_DEFINE=	DOCS

PORTDOCS=	*

PLIST_FILES=	bin/andi \
		share/man/man1/andi.1.gz

.include <bsd.port.mk>