1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-30 05:40:06 +00:00
freebsd-ports/multimedia/ffdec/Makefile
Mark Felder 7225a19887 Opensource flash SWF decompiler and editor. Extract resources, convert
SWF to FLA, edit ActionScript, replace images, sounds, texts or fonts.
Various output formats available. Works with Java on Windows, Linux or
MacOS.

WWW: https://www.free-decompiler.com/flash/
2016-04-22 13:03:41 +00:00

31 lines
700 B
Makefile

# Created by: Mark Felder <feld@FreeBSD.org>
# $FreeBSD$
PORTNAME= ffdec
PORTVERSION= 8.0.1
CATEGORIES= multimedia java
MASTER_SITES= http://www.free-decompiler.com/flash/download/
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= feld@FreeBSD.org
COMMENT= Flash decompiler
LICENSE= GPLv3+
USES= zip
USE_JAVA= yes
JAVA_VERSION= 1.8
NO_BUILD= yes
NO_WRKSUBDIR= yes
SUB_FILES= ${PORTNAME}
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>