1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/textproc/fixrtf/Makefile
Mathieu Arnold 80f3330416 Convert to staging.
Sponsored by:	Absolight
2014-01-26 20:42:34 +00:00

30 lines
543 B
Makefile

# Created by: Xin LI <delphij@FreeBSD.org>
# $FreeBSD$
PORTNAME= fixrtf
PORTVERSION= 0.1.20060303
PORTREVISION= 2
CATEGORIES= textproc
MASTER_SITES= # none
DISTFILES= # none
# Note: Updates from intron@intron.ac should also be
# considered as maintainer updates.
MAINTAINER= delphij@FreeBSD.org
COMMENT= A patch making it possible to embed PNGs into RTFs
LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png
WRKSRC= ${WRKDIR}/src
SRC= ${.CURDIR}/src
do-fetch:
@${DO_NADA}
pre-patch:
@${CP} -R ${SRC} ${WRKDIR}
.include <bsd.port.mk>