diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-09-02 04:12:49 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-09-02 04:12:49 +0800 |
commit | 2d0b02464d9ae431ce361e051cbd4af1a13ec1e8 (patch) | |
tree | d82e0deb4c5f7225242655693fa81beec376ba4e /devel/anjuta/Makefile | |
parent | 0f070826d7d7a6cf67cf74cd524f4112ae9cd4ca (diff) | |
download | marcuscom-ports-2d0b02464d9ae431ce361e051cbd4af1a13ec1e8.tar marcuscom-ports-2d0b02464d9ae431ce361e051cbd4af1a13ec1e8.tar.gz marcuscom-ports-2d0b02464d9ae431ce361e051cbd4af1a13ec1e8.tar.bz2 marcuscom-ports-2d0b02464d9ae431ce361e051cbd4af1a13ec1e8.tar.lz marcuscom-ports-2d0b02464d9ae431ce361e051cbd4af1a13ec1e8.tar.xz marcuscom-ports-2d0b02464d9ae431ce361e051cbd4af1a13ec1e8.tar.zst marcuscom-ports-2d0b02464d9ae431ce361e051cbd4af1a13ec1e8.zip |
inheritance plugin moved from anjuta-extra to anjuta.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14527 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/anjuta/Makefile')
-rw-r--r-- | devel/anjuta/Makefile | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/devel/anjuta/Makefile b/devel/anjuta/Makefile index e7b205505..d0443a8f5 100644 --- a/devel/anjuta/Makefile +++ b/devel/anjuta/Makefile @@ -3,11 +3,12 @@ # Whom: Dmitry Sivachenko <demon@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/devel/anjuta/Makefile,v 1.61 2010/06/08 08:12:44 kwm Exp $ +# $MCom: ports/devel/anjuta/Makefile,v 1.62 2010/09/01 15:54:18 kwm Exp $ # PORTNAME= anjuta PORTVERSION= 2.31.91.0 +PORTREVISION= 1 CATEGORIES= devel gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -63,7 +64,8 @@ GCONF_SCHEMAS= anjuta-build-basic-autotools-plugin.schemas \ MAN1= anjuta.1 anjuta-launcher.1 OPTIONS= SVN "Build subversion plugin" off \ - DEVHELP "Build devhelp plugin" on + DEVHELP "Build devhelp plugin" on \ + GRAPHVIZ "Build inheritance plugin" on .include <bsd.port.pre.mk> @@ -89,6 +91,16 @@ CONFIGURE_ARGS+=--disable-plugin-devhelp PLIST_SUB+= DEVHELP="" .endif +.if defined(WITH_GRAPHVIZ) +CONFIGURE_ARGS+=--enable-graphviz +BUILD_DEPENDS+= neato:${PORTSDIR}/graphics/graphviz +RUN_DEPENDS+= neato:${PORTSDIR}/graphics/graphviz +PLIST_SUB+= GRAPHVIZ="" +.else +CONFIGURE_ARGS+=--disable-graphviz +PLIST_SUB+= GRAPHVIZ="@comment " +.endif + post-patch: @${RM} ${WRKSRC}/plugins/debug-manager/anjuta-debug-manager.schemas |