diff options
Diffstat (limited to 'textproc/rtfx/Makefile')
-rw-r--r-- | textproc/rtfx/Makefile | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/textproc/rtfx/Makefile b/textproc/rtfx/Makefile new file mode 100644 index 0000000..c1ff42c --- /dev/null +++ b/textproc/rtfx/Makefile @@ -0,0 +1,29 @@ +# New ports collection makefile for: rtfx +# Date created: 2004-07-29 +# Whom: Cheng-Lung Sung <clsung@dragon2.net> +# +# $FreeBSD$ +# + +PORTNAME= rtfx +PORTVERSION= 0.9.3 +CATEGORIES= textproc +MASTER_SITES= http://memberwebs.com/nielsen/software/rtfx/ + +MAINTAINER= clsung@dragon2.net +COMMENT= An RTF to XML converter + +LIB_DEPENDS= sablot.70:${PORTSDIR}/textproc/sablotron + +HAS_CONFIGURE= yes +USE_GMAKE= yes + +MAN1= rtfx.1 + +.include <bsd.port.pre.mk> + +.if ${OSVERSION} <= 500035 +EXTRA_PATCHES+= ${FILESDIR}/extra-patch-src::domhelpers.h-gcc295 +.endif + +.include <bsd.port.post.mk> |