- there were some errors in the commenting when lines were not shown, fixed. - the line counting mechanism was improved. - some more small things were improved/fixed.
18 lines
422 B
Makefile
18 lines
422 B
Makefile
# $NetBSD: Makefile,v 1.3 2003/01/23 16:12:02 jmmv Exp $
|
|
#
|
|
|
|
DISTNAME= asm2html-1.3
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://virtus.ath.cx/asm2html/ \
|
|
http://asm2html.kerneled.com/
|
|
|
|
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"
|