1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00
freebsd-ports/textproc/fixrtf/Makefile
2021-04-06 16:31:07 +02:00

27 lines
525 B
Makefile

# Created by: Xin LI <delphij@FreeBSD.org>
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>