diff options
Diffstat (limited to 'textproc/rtfx/Makefile')
-rw-r--r-- | textproc/rtfx/Makefile | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/textproc/rtfx/Makefile b/textproc/rtfx/Makefile deleted file mode 100644 index 0642b802ad51..000000000000 --- a/textproc/rtfx/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -# Created by: Cheng-Lung Sung <clsung@dragon2.net> -# $FreeBSD$ - -PORTNAME= rtfx -PORTVERSION= 1.1 -PORTREVISION= 1 -CATEGORIES= textproc -MASTER_SITES= http://thewalter.net/stef/software/rtfx/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= RTF to XML converter - -BROKEN= unfetchable -DEPRECATED= Unfetchable, unmaintained -EXPIRATION_DATE= 2019-10-16 - -LIB_DEPENDS= libmba.so:devel/libmba \ - libdomc.so:textproc/domc - -GNU_CONFIGURE= yes -USES= gmake - -PLIST_FILES= bin/${PORTNAME} \ - man/man1/${PORTNAME}.1.gz - -.include <bsd.port.mk> |