mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
455ea913be
FASDA aims to provide a fast and simple differential analysis tool that just works and does not require any knowledge beyond basic Unix command-line skills. The code is written entirely in C to maximize efficiency and portability, and to provide a simple command-line user interface.
26 lines
501 B
Makefile
26 lines
501 B
Makefile
PORTNAME= fasda
|
|
DISTVERSION= 0.1.2
|
|
CATEGORIES= biology
|
|
|
|
MAINTAINER= jwb@FreeBSD.org
|
|
COMMENT= Fast and simple differential analysis
|
|
WWW= https://github.com/auerlab/fasda
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
LIB_DEPENDS= libxtend.so:devel/libxtend libbiolibc.so:biology/biolibc
|
|
|
|
USES= localbase
|
|
USE_GITHUB= yes
|
|
|
|
GH_ACCOUNT= auerlab
|
|
|
|
MAKE_ENV= VERSION=${PORTVERSION}
|
|
INSTALL_TARGET= install-strip
|
|
|
|
pre-build:
|
|
cd ${WRKSRC} && make depend LOCALBASE=${LOCALBASE}
|
|
|
|
.include <bsd.port.mk>
|