xref: /mports/textproc/fixrtf/Makefile
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1
2#
3# This port is self contained in the src directory.
4#
5
6PORTNAME=	fixrtf
7PORTVERSION=	0.1.20060303
8PORTREVISION=	5
9CATEGORIES=	textproc
10MASTER_SITES=	# none
11DISTFILES=	# none
12
13MAINTAINER=	ports@MidnightBSD.org
14COMMENT=	Patch making it possible to embed PNGs into RTFs
15
16LICENSE=	bsd2
17
18FAKE_OPTS=	trueprefix
19
20LIB_DEPENDS=	libpng.so:graphics/png
21
22USES=		uidfix
23
24WRKSRC=		${WRKDIR}/src
25
26SRC=		${.CURDIR}/src
27
28do-fetch:
29	@${DO_NADA}
30
31pre-patch:
32	@${CP} -R ${SRC} ${WRKDIR}
33
34.include <bsd.port.mk>
35

served by {OpenGrok

Last Index Update: Sun Mar 22 17:06:33 EDT 2026