Merge branch 'staged'
[dports.git] / textproc / fixrtf / Makefile
1 PORTNAME=       fixrtf
2 PORTVERSION=    0.1.20060303
3 PORTREVISION=   3
4 CATEGORIES=     textproc
5 MASTER_SITES=   # none
6 DISTFILES=      # none
7 EXTRACT_ONLY=   # none
8
9 # Note: Updates from intron@intron.ac should also be
10 # considered as maintainer updates.
11
12 MAINTAINER=     delphij@FreeBSD.org
13 COMMENT=        Patch making it possible to embed PNGs into RTFs
14 WWW=            http://www.freebsd.org.cn
15
16 LIB_DEPENDS=    libpng.so:graphics/png
17
18 USES=           uidfix
19 WRKSRC=         ${WRKDIR}/src
20 SRC=            ${.CURDIR}/src
21
22 pre-patch:
23         @${CP} -R ${SRC} ${WRKDIR}
24
25 .include <bsd.port.mk>