freebsd-ports/graphics/flasm/Makefile
John Marino a0b88b95f3 graphics/flasm is not jobs safe (easily reproducible)
This port has failed on me at least 4 times that's I've recorded.  It
seems to be trying to use bison output before it's generated (e.g.
bison --defines --debug assembler.y which is executed twice).
2015-06-14 08:04:55 +00: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>