Changelogs can be found here: * https://github.com/jindrapetrik/jpexs-decompiler/releases/tag/version14.5.0 * https://github.com/jindrapetrik/jpexs-decompiler/releases/tag/version14.5.1 * https://github.com/jindrapetrik/jpexs-decompiler/releases/tag/version14.5.2 * https://github.com/jindrapetrik/jpexs-decompiler/releases/tag/version14.6.0 * https://github.com/jindrapetrik/jpexs-decompiler/releases/tag/version15.0.0 * https://github.com/jindrapetrik/jpexs-decompiler/releases/tag/version15.1.0 * https://github.com/jindrapetrik/jpexs-decompiler/releases/tag/version15.1.1 * https://github.com/jindrapetrik/jpexs-decompiler/releases/tag/version16.0.0 * https://github.com/jindrapetrik/jpexs-decompiler/releases/tag/version16.0.1 * https://github.com/jindrapetrik/jpexs-decompiler/releases/tag/version16.0.2 * https://github.com/jindrapetrik/jpexs-decompiler/releases/tag/version16.0.3 * https://github.com/jindrapetrik/jpexs-decompiler/releases/tag/version16.0.4 * https://github.com/jindrapetrik/jpexs-decompiler/releases/tag/version16.1.0 * https://github.com/jindrapetrik/jpexs-decompiler/releases/tag/version16.2.0 * https://github.com/jindrapetrik/jpexs-decompiler/releases/tag/version16.3.0 * https://github.com/jindrapetrik/jpexs-decompiler/releases/tag/version16.3.1 * https://github.com/jindrapetrik/jpexs-decompiler/releases/tag/version17.0.0 * https://github.com/jindrapetrik/jpexs-decompiler/releases/tag/version17.0.1 * https://github.com/jindrapetrik/jpexs-decompiler/releases/tag/version17.0.2 PR: 268046 Reported by: cyberbotx@cyberbotx.com (maintainer)
32 lines
796 B
Makefile
32 lines
796 B
Makefile
PORTNAME= ffdec
|
|
DISTVERSION= 17.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= zip
|
|
USE_JAVA= yes
|
|
JAVA_VERSION= 8+
|
|
|
|
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>
|