freebsd-ports/textproc/asm2html/Makefile
Raphael Kubo da Costa 3a79929fdb Switch MASTER_SITES and WWW to https in Chris' ports.
PR:		241272
Submitted by:	Chris Hutchinson <portmaster@bsdforge.com> (maintainer)
2019-10-19 12:21:22 +00:00

27 lines
622 B
Makefile

# Created by: Ben Haga <tuxsuximus@hotmail.com>
# $FreeBSD$
PORTNAME= asm2html
PORTVERSION= 1.7
CATEGORIES= textproc
MASTER_SITES= https://BSDforge.com/projects/source/textproc/asm2html/
MAINTAINER= portmaster@bsdforge.com
COMMENT= Converts NASM syntax assembly code to HTML code
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYING
USES= tar:xz
GNU_CONFIGURE= yes
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>