summaryrefslogtreecommitdiff
path: root/editors/abiword
diff options
context:
space:
mode:
authorMichael Johnson <ahze@FreeBSD.org>2005-09-12 08:29:01 +0000
committerMichael Johnson <ahze@FreeBSD.org>2005-09-12 08:29:01 +0000
commit72653930971c6fb14b188fe0b8d92af36f7d1b90 (patch)
tree63f5da5a223d3c7f2b3a610045d54c85e8809397 /editors/abiword
parentUpdate to 1.11 (diff)
- Add EXTRACT_AFTER_ARGS to shave off a few seconds and 59MB for abiword
89MB for abiword-plugins
Notes
Notes: svn path=/head/; revision=142510
Diffstat (limited to 'editors/abiword')
-rw-r--r--editors/abiword/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/editors/abiword/Makefile b/editors/abiword/Makefile
index 02d133ff1613..b4b9f1d34d05 100644
--- a/editors/abiword/Makefile
+++ b/editors/abiword/Makefile
@@ -41,6 +41,10 @@ CONFIGURE_ARGS= --enable-xft \
--disable-peer-config
MAKEFILE= GNUmakefile
+EXCLUDE_EXTRACT= MSVC6 MSVC71 abipbx abiword-docs abiword-plugins expat \
+ fribidi libiconv libpng pbx popt wv zlib
+EXTRACT_AFTER_ARGS= | ${TAR} -xf - ${EXCLUDE_EXTRACT:S/^/--exclude /}
+
ABIVERSION= 2.2
PLIST_SUB+= ABIVERSION=${ABIVERSION}
WRKSRC= ${WRKDIR}/abiword-${PORTVERSION}/abi