mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
80f3330416
Sponsored by: Absolight
30 lines
543 B
Makefile
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>
|