1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/textproc/fixrtf/Makefile
2012-06-01 05:26:28 +00:00

36 lines
663 B
Makefile

# New ports collection makefile for: fixrtf
# Date created: 3 Mar 2006
# Whom: Xin LI <delphij@FreeBSD.org>
#
# $FreeBSD$
#
# This port is self contained in the src directory.
#
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= png15:${PORTSDIR}/graphics/png
WRKSRC= ${WRKDIR}/src
SRC= ${.CURDIR}/src
do-fetch:
@${DO_NADA}
pre-patch:
@${CP} -R ${SRC} ${WRKDIR}
.include <bsd.port.mk>