summaryrefslogtreecommitdiff
path: root/editors/AbiWord/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'editors/AbiWord/Makefile')
-rw-r--r--editors/AbiWord/Makefile20
1 files changed, 12 insertions, 8 deletions
diff --git a/editors/AbiWord/Makefile b/editors/AbiWord/Makefile
index d1b4e57deefb..b0d9bffb7465 100644
--- a/editors/AbiWord/Makefile
+++ b/editors/AbiWord/Makefile
@@ -5,20 +5,24 @@
# $FreeBSD$
#
+# Note: this port cannot be built when the textproc/mswordview port is
+# already installed, due to header file conflicts and the very broken
+# AbiWord build system.
+
PORTNAME= AbiWord
-PORTVERSION= 0.7.10
+PORTVERSION= 0.7.12
CATEGORIES= editors
-MASTER_SITES= http://download.abisource.com/releases/${PORTVERSION}/src/lf/
+MASTER_SITES= http://download.abisource.com/releases/${PORTVERSION}/src/
DISTNAME= abi-${PORTVERSION}
-DISTFILES= ${DISTNAME}${EXTRACT_SUFX} expat-${PORTVERSION}.tar.gz \
- unixfonts-${PORTVERSION}.tar.gz wv-${PORTVERSION}.tar.gz \
- libiconv-${PORTVERSION}.tar.gz abidistfiles-${PORTVERSION}.tar.gz
+DISTFILES= ${DISTNAME}${EXTRACT_SUFX} expat.tar.gz unixfonts.tar.gz \
+ wv.tar.gz abidistfiles.tar.gz
MAINTAINER= wolman@cs.washington.edu
# unzip is needed during the installation process
BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip
-LIB_DEPENDS= png.4:${PORTSDIR}/graphics/png
+LIB_DEPENDS= png.4:${PORTSDIR}/graphics/png \
+ iconv.2:${PORTSDIR}/converters/iconv
RUN_DEPENDS= ispell:${PORTSDIR}/textproc/ispell
DIST_SUBDIR= AbiWord
@@ -37,7 +41,7 @@ pre-build:
cd ${WRKSRC} && ${RM} -f ../user/wp/help/en-US/images/?line.jpg
cd ${WRKSRC} && ${RM} -f ../user/wp/help/en-US/images/?space.jpg
-do-configure:
- @(cd ${WRKDIR}/wv && ./configure)
+post-install:
+ @${CAT} ${PKGMESSAGE}
.include <bsd.port.post.mk>