1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/graphics/flasm/Makefile
2002-05-17 09:49:43 +00:00

26 lines
463 B
Makefile

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