freebsd-ports/graphics/flasm/Makefile
Jun Kuriyama 612294c148 Record correct distfile. Author uses same filename with minor
version up.  I placed new distfile on my site with renaming
to include minor version number in filename.

Pointed out by: Marton Kenyeres <junkmail@konvergencia.hu>
2005-01-09 03:31:15 +00:00

28 lines
612 B
Makefile

# 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>