Changelogs: https://github.com/jindrapetrik/jpexs-decompiler/releases/tag/version17.0.3 https://github.com/jindrapetrik/jpexs-decompiler/releases/tag/version17.0.4 https://github.com/jindrapetrik/jpexs-decompiler/releases/tag/version18.0.0 https://github.com/jindrapetrik/jpexs-decompiler/releases/tag/version18.1.0 https://github.com/jindrapetrik/jpexs-decompiler/releases/tag/version18.2.0 https://github.com/jindrapetrik/jpexs-decompiler/releases/tag/version18.2.1 https://github.com/jindrapetrik/jpexs-decompiler/releases/tag/version18.3.0 https://github.com/jindrapetrik/jpexs-decompiler/releases/tag/version18.3.1 https://github.com/jindrapetrik/jpexs-decompiler/releases/tag/version18.3.2 https://github.com/jindrapetrik/jpexs-decompiler/releases/tag/version18.3.3 https://github.com/jindrapetrik/jpexs-decompiler/releases/tag/version18.3.4 https://github.com/jindrapetrik/jpexs-decompiler/releases/tag/version18.3.5 https://github.com/jindrapetrik/jpexs-decompiler/releases/tag/version18.3.6 https://github.com/jindrapetrik/jpexs-decompiler/releases/tag/version18.4.0 https://github.com/jindrapetrik/jpexs-decompiler/releases/tag/version18.4.1 https://github.com/jindrapetrik/jpexs-decompiler/releases/tag/version18.5.0 https://github.com/jindrapetrik/jpexs-decompiler/releases/tag/version19.0.0 https://github.com/jindrapetrik/jpexs-decompiler/releases/tag/version19.1.0 https://github.com/jindrapetrik/jpexs-decompiler/releases/tag/version19.1.1 https://github.com/jindrapetrik/jpexs-decompiler/releases/tag/version19.1.2 https://github.com/jindrapetrik/jpexs-decompiler/releases/tag/version20.0.0 https://github.com/jindrapetrik/jpexs-decompiler/releases/tag/version20.1.0 https://github.com/jindrapetrik/jpexs-decompiler/releases/tag/version21.0.0 https://github.com/jindrapetrik/jpexs-decompiler/releases/tag/version21.0.1 https://github.com/jindrapetrik/jpexs-decompiler/releases/tag/version21.0.2 https://github.com/jindrapetrik/jpexs-decompiler/releases/tag/version21.0.3 https://github.com/jindrapetrik/jpexs-decompiler/releases/tag/version21.0.4 https://github.com/jindrapetrik/jpexs-decompiler/releases/tag/version21.0.5 https://github.com/jindrapetrik/jpexs-decompiler/releases/tag/version21.1.0 https://github.com/jindrapetrik/jpexs-decompiler/releases/tag/version21.1.1 https://github.com/jindrapetrik/jpexs-decompiler/releases/tag/version21.1.2 https://github.com/jindrapetrik/jpexs-decompiler/releases/tag/version21.1.3 https://github.com/jindrapetrik/jpexs-decompiler/releases/tag/version22.0.0 https://github.com/jindrapetrik/jpexs-decompiler/releases/tag/version22.0.1 https://github.com/jindrapetrik/jpexs-decompiler/releases/tag/version22.0.2 PR: 286492
30 lines
770 B
Makefile
30 lines
770 B
Makefile
PORTNAME= ffdec
|
|
DISTVERSION= 22.0.2
|
|
CATEGORIES= multimedia java
|
|
MASTER_SITES= https://github.com/jindrapetrik/jpexs-decompiler/releases/download/version${PORTVERSION}/
|
|
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
|
|
|
MAINTAINER= cyberbotx@cyberbotx.com
|
|
COMMENT= Flash decompiler
|
|
WWW= https://github.com/jindrapetrik/jpexs-decompiler
|
|
|
|
LICENSE= GPLv3+
|
|
LICENSE_FILE= ${WRKSRC}/license.txt
|
|
|
|
USES= java zip
|
|
|
|
NO_ARCH= yes
|
|
NO_BUILD= yes
|
|
SUB_FILES= ${PORTNAME}
|
|
|
|
NO_WRKSUBDIR= yes
|
|
|
|
do-install:
|
|
@${MKDIR} ${STAGEDIR}${DATADIR}
|
|
${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
|
|
${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.jar ${STAGEDIR}${DATADIR}
|
|
@${MKDIR} ${STAGEDIR}${DATADIR}/lib
|
|
cd ${WRKSRC}/lib && ${COPYTREE_SHARE} \* ${STAGEDIR}${DATADIR}/lib/
|
|
|
|
.include <bsd.port.mk>
|