18 lines
399 B
Makefile
18 lines
399 B
Makefile
# $NetBSD: Makefile,v 1.8 2008/06/20 01:09:11 joerg Exp $
|
|
#
|
|
|
|
DISTNAME= asm2html-1.4
|
|
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
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
|
|
|
|
GNU_CONFIGURE= YES
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|