2004-07-29 10:04:04 +00:00
|
|
|
# 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
|
2004-07-29 10:04:04 +00:00
|
|
|
CATEGORIES= textproc
|
2007-06-09 06:48:24 +00:00
|
|
|
MASTER_SITES= http://memberwebs.com/stef/software/rtfx/
|
2004-07-29 10:04:04 +00:00
|
|
|
|
2004-08-20 02:56:44 +00:00
|
|
|
MAINTAINER= clsung@FreeBSD.org
|
2004-07-29 10:04:04 +00:00
|
|
|
COMMENT= An RTF to XML converter
|
|
|
|
|
2007-06-09 06:48:24 +00:00
|
|
|
LIB_DEPENDS= mba:${PORTSDIR}/devel/libmba \
|
|
|
|
domc:${PORTSDIR}/textproc/domc
|
2004-07-29 10:04:04 +00:00
|
|
|
|
|
|
|
HAS_CONFIGURE= yes
|
2006-11-23 03:03:38 +00:00
|
|
|
CONFIGURE_ARGS+= --prefix=${PREFIX} --datarootdir=${PREFIX}
|
2004-07-29 10:04:04 +00:00
|
|
|
USE_GMAKE= yes
|
|
|
|
|
2006-11-23 03:03:38 +00:00
|
|
|
PLIST_FILES= bin/rtfx
|
2004-07-29 10:04:04 +00:00
|
|
|
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
|
2004-08-26 04:29:03 +00:00
|
|
|
.endif
|
2004-07-29 10:04:04 +00:00
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|