blob: decb80e25e0d8a85e2cdb5c4c4010f83b693067f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# New ports collection makefile for: asm2html
# Date created: 13 Januari 2003
# Whom: Douwe Kiela <virtus@wanadoo.nl>
#
# $FreeBSD$
#
PORTNAME= asm2html
PORTVERSION= 1.0
CATEGORIES= devel www textproc
MASTER_SITES= http://virtus.ath.cx/asm2html/
MAINTAINER= virtus@wanadoo.nl
COMMENT= A small tool to display NASM assembly source code in nice-looking HTML
.include <bsd.port.mk>
|