16 lines
371 B
Makefile
16 lines
371 B
Makefile
# $NetBSD: Makefile,v 1.10 2013/03/28 23:59:03 joerg Exp $
|
|
#
|
|
|
|
DISTNAME= asm2html-1.4
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://virtus.ath.cx/asm2html/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://virtus.ath.cx/asm2html/
|
|
COMMENT= Tool to convert NASM source files to HTML
|
|
|
|
INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
|
|
|
|
GNU_CONFIGURE= YES
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|