summaryrefslogtreecommitdiff
path: root/graphics/flasm/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/flasm/Makefile')
-rw-r--r--graphics/flasm/Makefile25
1 files changed, 25 insertions, 0 deletions
diff --git a/graphics/flasm/Makefile b/graphics/flasm/Makefile
new file mode 100644
index 000000000000..ca9c42c5a7a2
--- /dev/null
+++ b/graphics/flasm/Makefile
@@ -0,0 +1,25 @@
+# New ports collection makefile for: flasm
+# Date created: 22 January 2002
+# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= flasm
+PORTVERSION= 1.32
+CATEGORIES= graphics
+MASTER_SITES= http://www.nowrap.de/
+DISTNAME= flasm132src
+
+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>