Files
ports/graphics/flasm/Makefile
T
Rodrigo Osorio 05f0f44a55 */*: Update WWW to use HTTPS for sourceforge.net projects
Homepage link is permanent redirected to its HTTPS counterpart
2023-11-01 23:11:47 +01:00

26 lines
533 B
Makefile

PORTNAME= flasm
PORTVERSION= 1.62
PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= LOCAL/kuriyama \
http://www.nowrap.de/download/
DISTNAME= flasm16src
MAINTAINER= ports@FreeBSD.org
COMMENT= Command line assembler/disassembler of flash actionscript bytecode
WWW= https://flasm.sourceforge.net/
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>