aboutsummaryrefslogtreecommitdiff
path: root/textproc/fixrtf/Makefile
blob: f9dc2777cf25c955aa81a8221089e01180279de4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Created by: Xin LI <delphij@FreeBSD.org>
# $FreeBSD$

PORTNAME=	fixrtf
PORTVERSION=	0.1.20060303
PORTREVISION=	3
CATEGORIES=	textproc
MASTER_SITES=	# none
DISTFILES=	# none
EXTRACT_ONLY=	# none

# Note: Updates from intron@intron.ac should also be
# considered as maintainer updates.

MAINTAINER=	delphij@FreeBSD.org
COMMENT=	Patch making it possible to embed PNGs into RTFs

LIB_DEPENDS=	libpng.so:graphics/png

USES=		uidfix
WRKSRC=		${WRKDIR}/src
SRC=		${.CURDIR}/src

pre-patch:
	@${CP} -R ${SRC} ${WRKDIR}

.include <bsd.port.mk>