summaryrefslogtreecommitdiffstats
path: root/devel/anjuta/Makefile
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2008-01-14 23:57:22 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2008-01-14 23:57:22 +0800
commit68eedbf80819b7904f89cce9838ac8b233dc5ca0 (patch)
treeece35663a8e73a532aaf525c637965b478984fd8 /devel/anjuta/Makefile
parentf3b00d425c5dfafc55209c3f42acad36fe064d21 (diff)
downloadmarcuscom-ports-68eedbf80819b7904f89cce9838ac8b233dc5ca0.tar
marcuscom-ports-68eedbf80819b7904f89cce9838ac8b233dc5ca0.tar.gz
marcuscom-ports-68eedbf80819b7904f89cce9838ac8b233dc5ca0.tar.bz2
marcuscom-ports-68eedbf80819b7904f89cce9838ac8b233dc5ca0.tar.lz
marcuscom-ports-68eedbf80819b7904f89cce9838ac8b233dc5ca0.tar.xz
marcuscom-ports-68eedbf80819b7904f89cce9838ac8b233dc5ca0.tar.zst
marcuscom-ports-68eedbf80819b7904f89cce9838ac8b233dc5ca0.zip
Update to 2.3.2.
Its part of gnome now. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10076 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/anjuta/Makefile')
-rw-r--r--devel/anjuta/Makefile18
1 files changed, 15 insertions, 3 deletions
diff --git a/devel/anjuta/Makefile b/devel/anjuta/Makefile
index f5a70912d..26fa2a04f 100644
--- a/devel/anjuta/Makefile
+++ b/devel/anjuta/Makefile
@@ -3,11 +3,11 @@
# Whom: Dmitry Sivachenko <demon@FreeBSD.org>
#
# $FreeBSD$
-# $MCom$
+# $MCom: ports/devel/anjuta-devel/Makefile,v 1.19 2008/01/14 00:05:52 kwm Exp $
#
PORTNAME= anjuta
-PORTVERSION= 2.2.3
+PORTVERSION= 2.3.2
CATEGORIES= devel gnome
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= anjuta
@@ -21,6 +21,7 @@ BUILD_DEPENDS= autogen:${PORTSDIR}/devel/autogen \
LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre \
gbf-1.1:${PORTSDIR}/devel/gnome-build \
gladeui-1.7:${PORTSDIR}/devel/glade3 \
+ neon.26:${PORTSDIR}/www/neon \
devhelp-1.0:${PORTSDIR}/devel/devhelp
RUN_DEPENDS= bash:${PORTSDIR}/shells/bash \
autogen:${PORTSDIR}/devel/autogen \
@@ -28,7 +29,7 @@ RUN_DEPENDS= bash:${PORTSDIR}/shells/bash \
libtool:${PORTSDIR}/devel/libtool15 \
${LOCALBASE}/libdata/pkgconfig/gnome-icon-theme.pc:${PORTSDIR}/misc/gnome-icon-theme
-CONFLICTS= anjuta-2.3.*
+CONFLICTS= anjuta-2.2.*
USE_BZIP2= yes
USE_XLIB= yes
@@ -42,7 +43,16 @@ USE_GNOME= gnomeprefix gnomehack libgnomeprintui libgnomeui vte \
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
+CONFIGURE_ARGS= --disable-plugin-sourceview --disable-plugin-scintilla \
+ --enable-plugin-symbol-db
USE_LDCONFIG= yes
+PKGMESSAGE= ${WRKDIR}/pkg-message
+GCONF_SCHEMAS= anjuta-build-basic-autotools-plugin.schemas \
+ anjuta-cvs-plugin.schemas anjuta-document-manager.schemas \
+ anjuta-editor-scintilla.schemas anjuta-language-cpp-java.schemas \
+ anjuta-message-manager-plugin.schemas \
+ anjuta-symbol-browser-plugin.schemas \
+ anjuta-terminal-plugin.schemas anjuta.schemas
MAN1= anjuta.1 anjuta_launcher.1
@@ -72,6 +82,8 @@ post-configure:
${WRKSRC}/global-tags/create_global_tags.sh
@${REINPLACE_CMD} -e 's|PKG_PATH|PKG_CONFIG_PATH|g' \
${WRKSRC}/configure
+ @${REINPLACE_CMD} -e 's|make|gmake|g' \
+ ${WRKSRC}/plugins/build-basic-autotools/build-basic-autotools.c
post-install:
.if !defined(NOPORTDOCS)