opnsense-ports/graphics/flasm/Makefile
Franco Fichtner e9e91b328a */*: sync with upstream
Taken from: FreeBSD
2015-06-15 07:19:01 +02:00

25 lines
496 B
Makefile

# $FreeBSD$
PORTNAME= flasm
PORTVERSION= 1.62
CATEGORIES= graphics
MASTER_SITES= LOCAL/kuriyama \
http://www.nowrap.de/download/
DISTNAME= flasm16src
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Command line assembler/disassembler of flash actionscript bytecode
USES= bison dos2unix gmake gperf zip
NO_WRKSUBDIR= yes
PLIST_FILES= bin/flasm
MAKE_ARGS= CFLAGS="${CFLAGS}"
MAKE_JOBS_UNSAFE= yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/flasm ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>