blob: 19c0aec3e7bd0fbc48fcea6a1d77a7f924742628 (
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
|
# Created by: Cheng-Lung Sung <clsung@dragon2.net>
# $FreeBSD$
PORTNAME= rtfx
PORTVERSION= 1.1
CATEGORIES= textproc
MASTER_SITES= http://memberwebs.com/stef/software/rtfx/
MAINTAINER= clsung@FreeBSD.org
COMMENT= An RTF to XML converter
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
NO_STAGE= yes
.include <bsd.port.pre.mk>
.if ${ARCH} == amd64 || ${ARCH} == sparc64
BROKEN= Does not compile on sparc64
.endif
.include <bsd.port.post.mk>
|