freebsd-ports/textproc/asm2html/Makefile
Will Andrews d801ae2408 Add asm2html 1.4, a program that converts NASM syntax assembly
code to HTML code.

PR:		53133
Submitted by:	Ben Haga <tuxsuximus@hotmail.com>
2003-06-10 05:02:10 +00:00

20 lines
432 B
Makefile

# New ports collection makefile for: asm2html
# Date created: 5 June 2003
# Whom: Ben Haga <tuxsuximus@hotmail.com>
#
# $FreeBSD$
#
PORTNAME= asm2html
PORTVERSION= 1.4
CATEGORIES= textproc
MASTER_SITES= http://virtus.ath.cx/asm2html/
MAINTAINER= tuxsuximus@hotmail.com
COMMENT= Converts NASM syntax assembly code to HTML code
MAN1= asm2html.1
HAS_CONFIGURE= yes
CONFIGURE_ARGS+=--prefix=${PREFIX}
.include <bsd.port.mk>