aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/pdftohtml
ModeNameSize
-rw-r--r--Makefile1083logstatsplainblame
-rw-r--r--distinfo63logstatsplainblame
d---------files41logstatsplain
-rw-r--r--pkg-descr322logstatsplainblame
-rw-r--r--pkg-plist14logstatsplainblame
id='n16' href='#n16'>16 17 18 19 20 21 22
# 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
PLIST_FILES=    bin/asm2html
HAS_CONFIGURE=  yes
CONFIGURE_ARGS+=--prefix=${PREFIX}

.include <bsd.port.mk>