freebsd-ports/textproc/rtfx/Makefile
John Marino 65980e508c Stage textproc/rtfx and unbreak 64-bit arches
PR:		192667
Submitted by:	Jan Beich
2014-08-15 07:06:28 +00:00

22 lines
456 B
Makefile

# Created by: Cheng-Lung Sung <clsung@dragon2.net>
# $FreeBSD$
PORTNAME= rtfx
PORTVERSION= 1.1
PORTREVISION= 1
CATEGORIES= textproc
MASTER_SITES= http://thewalter.net/stef/software/rtfx/
MAINTAINER= ports@FreeBSD.org
COMMENT= RTF to XML converter
LIB_DEPENDS= libmba.so:${PORTSDIR}/devel/libmba \
libdomc.so:${PORTSDIR}/textproc/domc
GNU_CONFIGURE= yes
USES= gmake
PLIST_FILES= bin/${PORTNAME} \
man/man1/${PORTNAME}.1.gz
.include <bsd.port.mk>