freebsd-ports/biology/erminej/Makefile
Jason W. Bacon e44f917e29 biology/erminej: Analyses of gene sets, e.g. gene expression profiling
ErmineJ performs analyses of gene sets in high-throughput genomics data
such as gene expression profiling studies. A typical goal is to
determine whether particular biological pathways are "doing something
interesting" in an experiment that generates long lists of candidates.
The software is designed to be used by biologists with little or no
informatics background (but if you do, you might be interested in the
CLI or the R support).
2021-07-09 07:26:58 -05:00

29 lines
732 B
Makefile

PORTNAME= erminej
DISTVERSION= 3.2
CATEGORIES= biology java
MASTER_SITES= http://home.pavlab.msl.ubc.ca/ermineJ/distributions/
DISTNAME= ermineJ-${DISTVERSION}-generic-bundle
MAINTAINER= jwb@FreeBSD.org
COMMENT= Analyses of gene sets such as gene expression profiling studies
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
USES= zip
USE_JAVA= yes
WRKSRC= ${WRKDIR}/ermineJ-${DISTVERSION}
NO_BUILD= yes
NO_ARCH= yes
SUB_FILES= ermineJ
SUB_LIST= JAVA_HOME=${JAVA_HOME}
do-install:
cd ${WRKSRC}/lib && ${COPYTREE_SHARE} . \
${STAGEDIR}${JAVAJARDIR}/${PORTNAME}
${INSTALL_SCRIPT} ${WRKDIR}/ermineJ ${STAGEDIR}${PREFIX}/bin
${INSTALL_DATA} ${WRKSRC}/bin/forehead.conf ${STAGEDIR}${PREFIX}/etc
.include <bsd.port.mk>