summaryrefslogtreecommitdiffstats
path: root/editors/abiword-plugins-devel/Makefile
diff options
context:
space:
mode:
authormezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2005-10-05 03:30:02 +0800
committermezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2005-10-05 03:30:02 +0800
commitb277c3d7f397d788fe59db56de1a5b7d43148cef (patch)
treef629ca55f5b1a2d47a6e516aac67a32b3c0e162b /editors/abiword-plugins-devel/Makefile
parent96d54cc6d7254ae7e48e532f53d316e202b966fe (diff)
downloadmarcuscom-ports-b277c3d7f397d788fe59db56de1a5b7d43148cef.tar
marcuscom-ports-b277c3d7f397d788fe59db56de1a5b7d43148cef.tar.gz
marcuscom-ports-b277c3d7f397d788fe59db56de1a5b7d43148cef.tar.bz2
marcuscom-ports-b277c3d7f397d788fe59db56de1a5b7d43148cef.tar.lz
marcuscom-ports-b277c3d7f397d788fe59db56de1a5b7d43148cef.tar.xz
marcuscom-ports-b277c3d7f397d788fe59db56de1a5b7d43148cef.tar.zst
marcuscom-ports-b277c3d7f397d788fe59db56de1a5b7d43148cef.zip
- Update to 2.4.0, see the release note:
http://www.abisource.com/release-notes/2.4.0.phtml - Replace from pkg-install to plist by use '@exec /bin/mkdir -p...', it's easier that way. - Correct the plist for plugins by add '@unexec /bin/rmdir....true' - Re-enable install the .server and .xml files for bonobo/ui stuff, only happen if GNOME is enable (autocheck by libgnomeui). - Add CONFLICTS with abiword(-plugins) now. BTW: I will merging this in abiword(-plugins) this evening. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4916 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'editors/abiword-plugins-devel/Makefile')
-rw-r--r--editors/abiword-plugins-devel/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/editors/abiword-plugins-devel/Makefile b/editors/abiword-plugins-devel/Makefile
index 4231a6f35..4b75caf1c 100644
--- a/editors/abiword-plugins-devel/Makefile
+++ b/editors/abiword-plugins-devel/Makefile
@@ -3,11 +3,11 @@
# Whom: FreeBSD GNOME Team <gnome@FreeBSD.org>
#
# $FreeBSD$
-# $MCom$
+# $MCom: ports/editors/abiword-plugins-devel/Makefile,v 1.3 2005/09/12 05:59:06 mezz Exp $
#
PORTNAME= abiword
-PORTVERSION= 2.3.6
+PORTVERSION= 2.4.0
CATEGORIES= editors
MASTER_SITES= http://www.abisource.com/downloads/%SUBDIR%/${PORTVERSION}/source/
MASTER_SITE_SUBDIR= abiword
@@ -17,8 +17,10 @@ DIST_SUBDIR= AbiWord
MAINTAINER= gnome@FreeBSD.org
COMMENT= Multi-plugins for AbiWord
-BUILD_DEPENDS= AbiWord-2.4:${PORTSDIR}/editors/abiword-devel
-RUN_DEPENDS= AbiWord-2.4:${PORTSDIR}/editors/abiword-devel
+BUILD_DEPENDS= AbiWord-${ABIVERSION}:${PORTSDIR}/editors/abiword-devel
+RUN_DEPENDS= AbiWord-${ABIVERSION}:${PORTSDIR}/editors/abiword-devel
+
+CONFLICTS= abiword-plugins-[0-9]*
USE_BZIP2= yes
USE_GMAKE= yes