From c533784bf5b1db41e0f5bb134008ef0967721c37 Mon Sep 17 00:00:00 2001 From: jmmv Date: Mon, 13 Jan 2003 22:06:42 +0000 Subject: Initial import of asm2html, version 1.0. asm2html is a small tool to create nice looking HTML files from NASM assembly source code. Other assembly formats, such as AT&T syntax will probably be added in the near future. Package provided in PR pkg/19834 by virtus@lappy.heinekenfans.com. --- devel/asm2html/Makefile | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 devel/asm2html/Makefile (limited to 'devel/asm2html/Makefile') diff --git a/devel/asm2html/Makefile b/devel/asm2html/Makefile new file mode 100644 index 00000000000..3208c1fdd7b --- /dev/null +++ b/devel/asm2html/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1.1.1 2003/01/13 22:06:42 jmmv Exp $ +# + +DISTNAME= asm2html-1.0 +CATEGORIES= devel +MASTER_SITES= http://virtus.ath.cx/asm2html/ + +MAINTAINER= virtus@wanadoo.nl +HOMEPAGE= http://virtus.ath.cx/asm2html/ +COMMENT= Tool to convert NASM source files to HTML + +USE_BUILDLINK2= yes + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/asm2html ${PREFIX}/bin + +.include "../../mk/bsd.pkg.mk" -- cgit v1.2.3