1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/graphics/flasm/Makefile
Jun Kuriyama 711679ca32 - Upgrade to 1.62.
PR:		ports/148832
Submitted by:	Takefu <takefu@airport.fm>
2010-10-10 05:51:56 +00:00

31 lines
647 B
Makefile

# New ports collection makefile for: flasm
# Date created: 22 January 2002
# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= flasm
PORTVERSION= 1.62
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_LOCAL} \
http://www.nowrap.de/download/
MASTER_SITE_SUBDIR= kuriyama
DISTNAME= flasm16src
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Command line assembler/disassembler of flash actionscript bytecode
PLIST_FILES= bin/flasm
USE_ZIP= YES
USE_GMAKE= YES
USE_DOS2UNIX= YES
USE_BISON= build
NO_WRKSUBDIR= YES
MAKE_ARGS= CFLAGS="${CFLAGS}"
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/flasm ${PREFIX}/bin
.include <bsd.port.mk>