blob: 5c78f874b059a846ca187c5164faa422e9993d0d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
# 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.1:${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>
|