pkgsrc/devel/asm2html/Makefile

19 lines
433 B
Makefile
Raw Normal View History

2016-09-24 14:38:04 +02:00
# $NetBSD: Makefile,v 1.13 2016/09/24 12:38:04 mef Exp $
#
DISTNAME= asm2html-1.4
CATEGORIES= devel
MASTER_SITES= http://virtus.ath.cx/asm2html/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://bsdforge.com/projects/textproc/asm2html/
COMMENT= Tool to convert NASM source files to HTML
2008-06-20 03:09:05 +02:00
INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
GNU_CONFIGURE= YES
2015-03-13 18:02:31 +01:00
MAKE_INSTALL_FLAGS+= PKGMANDIR=${PKGMANDIR:Q}
.include "../../mk/bsd.pkg.mk"