summaryrefslogtreecommitdiff
path: root/devel/asm2html/Makefile
blob: 79b4cf92633355ef4f3ff227b8f7def2b36530b1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# $NetBSD: Makefile,v 1.2 2003/01/19 09:11:49 jmmv Exp $
#

DISTNAME=	asm2html-1.2
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"