Tweak deskutils/bijiben version 3.14.2
[dports.git] / textproc / fixrtf / Makefile
1 # Created by: Xin LI <delphij@FreeBSD.org>
2 # $FreeBSD$
3
4 PORTNAME=       fixrtf
5 PORTVERSION=    0.1.20060303
6 PORTREVISION=   3
7 CATEGORIES=     textproc
8 MASTER_SITES=   # none
9 DISTFILES=      # none
10
11 # Note: Updates from intron@intron.ac should also be
12 # considered as maintainer updates.
13
14 MAINTAINER=     delphij@FreeBSD.org
15 COMMENT=        Patch making it possible to embed PNGs into RTFs
16
17 LIB_DEPENDS=    libpng.so:${PORTSDIR}/graphics/png
18
19 USES=           uidfix
20 WRKSRC=         ${WRKDIR}/src
21 SRC=            ${.CURDIR}/src
22
23 do-fetch:
24         @${DO_NADA}
25
26 pre-patch:
27         @${CP} -R ${SRC} ${WRKDIR}
28
29 .include <bsd.port.mk>