aboutsummaryrefslogtreecommitdiff
path: root/graphics/flasm/Makefile
blob: c7e70dd29e025fcd0ef3f6d632d8cac4bc50238f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# New ports collection makefile for:	flasm
# Date created:		22 January 2002
# Whom:			Jun Kuriyama <kuriyama@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=	flasm
PORTVERSION=	1.51
CATEGORIES=	graphics
MASTER_SITES=	http://www.nowrap.de/download/
DISTNAME=	flasm15src

MAINTAINER=	kuriyama@FreeBSD.org
COMMENT=	Command line assembler/disassembler of flash actionscript bytecode

PLIST_FILES=	bin/flasm
USE_ZIP=	YES
USE_GMAKE=	YES
USE_BISON=	YES
NO_WRKSUBDIR=	YES
MAKE_ARGS=	CFLAGS="${CFLAGS}"

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/flasm ${PREFIX}/bin

.include <bsd.port.mk>