summaryrefslogtreecommitdiff
path: root/textproc/asm2html/Makefile
blob: a81adc292e2f6f70c3fb5d5e77c178049cbbd804 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# 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/ \
		http://asm2html.kerneled.com/

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>