1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/textproc/rtfx/Makefile

33 lines
663 B
Makefile
Raw Normal View History

# New ports collection makefile for: rtfx
# Date created: 2004-07-29
# Whom: Cheng-Lung Sung <clsung@dragon2.net>
#
# $FreeBSD$
#
PORTNAME= rtfx
2007-06-09 06:48:24 +00:00
PORTVERSION= 1.1
CATEGORIES= textproc
2007-06-09 06:48:24 +00:00
MASTER_SITES= http://memberwebs.com/stef/software/rtfx/
MAINTAINER= clsung@FreeBSD.org
COMMENT= An RTF to XML converter
2007-06-09 06:48:24 +00:00
LIB_DEPENDS= mba:${PORTSDIR}/devel/libmba \
domc:${PORTSDIR}/textproc/domc
HAS_CONFIGURE= yes
CONFIGURE_ARGS+= --prefix=${PREFIX} --datarootdir=${PREFIX}
USE_GMAKE= yes
PLIST_FILES= bin/rtfx
MAN1= rtfx.1
.include <bsd.port.pre.mk>
2007-09-30 09:46:38 +00:00
.if ${ARCH} == amd64 || ${ARCH} == sparc64
2007-04-22 01:43:17 +00:00
BROKEN= Does not compile on sparc64
.endif
.include <bsd.port.post.mk>