16 lines
374 B
Makefile
16 lines
374 B
Makefile
# $NetBSD: Makefile,v 1.5 2004/04/25 02:51:39 snj Exp $
|
|
#
|
|
|
|
DISTNAME= asm2html-1.4
|
|
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_BUILDLINK3= YES
|
|
GNU_CONFIGURE= YES
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|