diff options
Diffstat (limited to 'textproc/asm2html/Makefile')
-rw-r--r-- | textproc/asm2html/Makefile | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/textproc/asm2html/Makefile b/textproc/asm2html/Makefile deleted file mode 100644 index 73b7f421dc94..000000000000 --- a/textproc/asm2html/Makefile +++ /dev/null @@ -1,24 +0,0 @@ -# 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 - -DEPRECATED= Looks like an abandonware, no more public distfiles -EXPIRATION_DATE= 2011-08-01 - -MAN1= asm2html.1 -PLIST_FILES= bin/asm2html -HAS_CONFIGURE= yes -CONFIGURE_ARGS+=--prefix=${PREFIX} - -.include <bsd.port.mk> |