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

PORTNAME=   flasm
PORTVERSION=    1.4
CATEGORIES= graphics
MASTER_SITES=   http://www.nowrap.de/
DISTNAME=   flasm14src

MAINTAINER= kuriyama@FreeBSD.org

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>