summaryrefslogtreecommitdiffstats
path: root/devel/anjuta/Makefile
diff options
context:
space:
mode:
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)