mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
06dabd985e
PR: 96581 Submitted by: Ion-Mihai IOnut Tetcu <itetcu@people.tecnik93.com>
22 lines
453 B
Makefile
22 lines
453 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= ports@FreeBSD.org
|
|
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>
|