From d6c39716159052b06f55e4896849b7ea4d6abee7 Mon Sep 17 00:00:00 2001 From: Xin LI Date: Thu, 16 Mar 2006 07:50:15 +0000 Subject: Add fixrtf, an utility that is intended for use with the Documentation Project, which can embed PNGs into RTF files. Obtained from: The FreeBSD Simplified Chinese Project Approved by: clive --- textproc/fixrtf/Makefile | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 textproc/fixrtf/Makefile (limited to 'textproc/fixrtf/Makefile') diff --git a/textproc/fixrtf/Makefile b/textproc/fixrtf/Makefile new file mode 100644 index 000000000000..aa96fcd9474c --- /dev/null +++ b/textproc/fixrtf/Makefile @@ -0,0 +1,34 @@ +# New ports collection makefile for: fixrtf +# Date created: 3 Mar 2006 +# Whom: Xin LI +# +# $FreeBSD$ +# +# This port is self contained in the src directory. +# + +PORTNAME= fixrtf +PORTVERSION= 0.1.20060303 +CATEGORIES= textproc +MASTER_SITES= # none +DISTFILES= # none + +# Note: Updates from intron@intron.ac should also be +# considered as maintainer updates. + +MAINTAINER= delphij@FreeBSD.org +COMMENT= A patch making it possible to embed PNGs into RTFs + +LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png + +WRKSRC= ${WRKDIR}/src + +SRC= ${.CURDIR}/src + +do-fetch: + @${DO_NADA} + +pre-patch: + @${CP} -R ${SRC} ${WRKDIR} + +.include -- cgit v1.2.3