aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/flasm/Makefile
blob: 53d697452e52390375a2d6d1e995b31ec4cc3e71 (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
28
# New ports collection makefile for:    flasm
# Date created:     22 January 2002
# Whom:         Jun Kuriyama <kuriyama@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   flasm
PORTVERSION=    1.52
CATEGORIES= graphics
#MASTER_SITES=  http://www.nowrap.de/download/
MASTER_SITES=   http://dist.bsdlab.org/
DISTNAME=   flasm152src

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>