403Webshell
Server IP : 82.208.35.60  /  Your IP : 216.73.216.89
Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31
System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64
User : studiokobylisy_cz ( 1008)
PHP Version : 7.3.31
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /usr/ports/biology/figtree/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /usr/ports/biology/figtree/Makefile
PORTNAME=	figtree
DISTVERSIONPREFIX=	v
DISTVERSION=	1.4.4-14
DISTVERSIONSUFFIX=	-gf9085b6
CATEGORIES=	biology education java

MAINTAINER=	yuri@FreeBSD.org
COMMENT=	Graphical viewer of phylogenetic trees
WWW=		http://tree.bio.ed.ac.uk/software/figtree/

LICENSE=	GPLv2

USE_JAVA=	yes
USE_ANT=	yes
JAVA_VERSION=	17 # Java 8 fails on aarch64: Internal Error (assembler_aarch64.hpp:237) ...

USE_GITHUB=	yes
GH_ACCOUNT=	rambaut

NO_ARCH=	yes

DESKTOP_ENTRIES="FigTree" "Phylogenetic tree viewer" "${PREFIX}/share/pixmaps/${PORTNAME}.png" "${PORTNAME}" \
		"Biology;Science;Education;" true

PLIST_FILES=	bin/${PORTNAME} \
		${JAVAJARDIR}/${PORTNAME}-pdf.jar \
		${JAVAJARDIR}/${PORTNAME}.jar \
		${JAVAJARDIR}/figtreepanel.jar \
		share/pixmaps/${PORTNAME}.png \

do-install:
	@(echo "#!/bin/sh"; \
	  echo ""; \
	  echo ${JAVA} -jar ${JAVAJARDIR}/${PORTNAME}.jar \
	) > ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
	@${CHMOD} +x ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
	${INSTALL_DATA} ${WRKSRC}/dist/*.jar ${STAGEDIR}${JAVAJARDIR}
	${INSTALL_DATA} ${WRKSRC}/release/Linux/icons/${PORTNAME}.png ${STAGEDIR}${PREFIX}/share/pixmaps/${PORTNAME}.png

.include <bsd.port.mk>

Youez - 2016 - github.com/yon3zu
LinuXploit