1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00
freebsd-ports/textproc/asm2html/Makefile
Daniel Engberg e3a7ca28c8 */*: Remove BROKEN in all ports that uses bsdforge.com for MASTER_SITES
Site is now back up

Reported by:	Jamie Landeg-Jones <jamie@catflap.org>, Chris <portmaster@bsdforge.com>
Approved by:	portmgr (blanket)
2024-01-14 00:30:23 +01:00

27 lines
659 B
Makefile

PORTNAME= asm2html
PORTVERSION= 1.7
PORTREVISION= 1
CATEGORIES= textproc
MASTER_SITES= https://BSDforge.com/projects/source/textproc/asm2html/
MAINTAINER= portmaster@bsdforge.com
COMMENT= Converts NASM syntax assembly code to HTML code
WWW= https://bsdforge.com/projects/textproc/asm2html/
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYING
USES= tar:xz
GNU_CONFIGURE= yes
MAKE_ARGS= CC=${CC}
CFLAGS+= -fcommon
PLIST_FILES= bin/asm2html share/man/man1/asm2html.1.gz
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/asm2html ${STAGEDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/man/asm2html.1 \
${STAGEDIR}${PREFIX}/share/man/man1
.include <bsd.port.mk>