freebsd-ports/textproc/asm2html/Makefile
John Marino 73554f1aec Resurrect textproc/asm2html (with stage support), assign maintainer
This port was removed in 2011 due to a lack of distfiles.  Chris has
rectified this and becomes the new maintainer.  Other things of note:

 * Header trimmed
 * pkg-descr updated (new WWW link too)
 * Stage support
 * Updated to newer version 1.4 => 1.7
 * BSD 3-clause license annotated
 * Fix on FreeBSD 10+

PR:		188981
Submitted by:	Chris Hutchinson
Fixes by:	marino
2014-06-11 13:26:52 +00:00

26 lines
625 B
Makefile

# Created by: Ben Haga <tuxsuximus@hotmail.com>
# $FreeBSD$
PORTNAME= asm2html
PORTVERSION= 1.7
CATEGORIES= textproc
MASTER_SITES= http://bsdforge.com/projects/source/textproc/asm2html/
MAINTAINER= portmaster@bsdforge.com
COMMENT= Converts NASM syntax assembly code to HTML code
LICENSE= BSD3CLAUSE
USES= tar:xz
HAS_CONFIGURE= yes
CONFIGURE_ARGS+=--prefix=${PREFIX}
MAKE_ARGS+= CC=${CC}
PLIST_FILES= bin/asm2html man/man1/asm2html.1.gz
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/asm2html ${STAGEDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/man/asm2html.1 \
${STAGEDIR}${MANPREFIX}/man/man1
.include <bsd.port.mk>