1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00
freebsd-ports/textproc/rtfx/Makefile
Cheng-Lung Sung c0eee00962 - fix build error after devel/libmba decrease SHLIB_MAJOR
Noted by:	krisbot
Pointyhat to:	miwi
2006-11-29 04:32:40 +00:00

32 lines
608 B
Makefile

# New ports collection makefile for: rtfx
# Date created: 2004-07-29
# Whom: Cheng-Lung Sung <clsung@dragon2.net>
#
# $FreeBSD$
#
PORTNAME= rtfx
PORTVERSION= 1.0
CATEGORIES= textproc
MASTER_SITES= http://memberwebs.com/nielsen/software/rtfx/
MAINTAINER= clsung@FreeBSD.org
COMMENT= An RTF to XML converter
LIB_DEPENDS= mba:${PORTSDIR}/devel/libmba
HAS_CONFIGURE= yes
CONFIGURE_ARGS+= --prefix=${PREFIX} --datarootdir=${PREFIX}
USE_GMAKE= yes
PLIST_FILES= bin/rtfx
MAN1= rtfx.1
.include <bsd.port.pre.mk>
.if ${OSVERSION} <= 500035
BROKEN= does not build on 4.x
.endif
.include <bsd.port.post.mk>