2007-09-20 01:18:43 +02:00
|
|
|
# $NetBSD: Makefile,v 1.55 2007/09/19 23:18:45 wiz Exp $
|
2002-03-22 15:17:47 +01:00
|
|
|
|
2007-01-04 12:29:07 +01:00
|
|
|
DISTNAME= anjuta-2.0.2
|
2007-09-20 01:18:43 +02:00
|
|
|
PKGREVISION= 6
|
2005-08-01 16:14:49 +02:00
|
|
|
CATEGORIES= devel
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=anjuta/}
|
2002-03-22 15:17:47 +01:00
|
|
|
|
2006-03-04 22:28:51 +01:00
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
2005-08-01 16:14:49 +02:00
|
|
|
HOMEPAGE= http://www.anjuta.org/
|
|
|
|
COMMENT= Gnome based IDE for C and C++
|
2002-03-22 15:17:47 +01:00
|
|
|
|
2007-01-04 12:29:07 +01:00
|
|
|
DEPENDS+= autogen-[0-9]*:../../devel/autogen
|
2005-08-01 16:14:49 +02:00
|
|
|
DEPENDS+= autoconf>=2.59:../../devel/autoconf
|
|
|
|
DEPENDS+= automake>=1.8.2:../../devel/automake
|
2006-03-11 23:23:52 +01:00
|
|
|
DEPENDS+= glade>=2.6.0:../../devel/glade
|
2005-08-01 16:14:49 +02:00
|
|
|
DEPENDS+= gnome2-terminal>=2.4.2:../../x11/gnome2-terminal
|
2005-08-01 19:17:14 +02:00
|
|
|
DEPENDS+= libtool>=1.5.2:../../devel/libtool
|
2005-08-01 16:14:49 +02:00
|
|
|
DEPENDS+= yelp>=2.4.2:../../misc/yelp
|
2004-02-26 17:25:52 +01:00
|
|
|
|
2006-05-28 15:17:45 +02:00
|
|
|
BUILD_DEPENDS+= p5-XML-Parser-[0-9]*:../../textproc/p5-XML-Parser
|
|
|
|
|
2004-04-14 18:15:20 +02:00
|
|
|
USE_DIRS+= gnome2-1.5
|
2006-05-25 19:36:50 +02:00
|
|
|
USE_LANGUAGES= c c++
|
2005-08-01 16:14:49 +02:00
|
|
|
USE_LIBTOOL= yes
|
|
|
|
USE_PKGLOCALEDIR= yes
|
2007-01-04 12:29:07 +01:00
|
|
|
USE_TOOLS+= gmake:run pkg-config:run msgfmt:run perl:run sh:run
|
2005-08-01 16:14:49 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2002-03-22 15:17:47 +01:00
|
|
|
|
2004-12-31 13:09:51 +01:00
|
|
|
SUBST_CLASSES+= unused
|
|
|
|
SUBST_STAGE.unused= pre-configure
|
2006-04-22 11:22:05 +02:00
|
|
|
SUBST_MESSAGE.unused= Fixing __unused__ occurrances to avoid name clash
|
2005-08-01 16:14:49 +02:00
|
|
|
SUBST_FILES.unused= tagmanager/c.c tagmanager/ctags.c tagmanager/general.h
|
2004-12-31 13:09:51 +01:00
|
|
|
SUBST_FILES.unused+= tagmanager/lua.c tagmanager/options.c tagmanager/parse.c
|
2005-08-01 16:14:49 +02:00
|
|
|
SUBST_FILES.unused+= tagmanager/parse.h tagmanager/regex.c
|
|
|
|
SUBST_FILES.unused+= tagmanager/tm_file_entry.c tagmanager/tm_project.c
|
2004-12-31 13:09:51 +01:00
|
|
|
SUBST_FILES.unused+= tagmanager/tm_source_file.c tagmanager/tm_workspace.c
|
|
|
|
SUBST_SED.unused= -e 's/__unused__/_exctags_unused_/g'
|
|
|
|
|
2007-01-04 12:29:07 +01:00
|
|
|
REPLACE_SH+= scripts/anjuta_import.sh.in
|
|
|
|
REPLACE_PERL+= plugins/tools/scripts/*.pl
|
2007-01-03 22:27:20 +01:00
|
|
|
|
2007-01-09 01:17:31 +01:00
|
|
|
.include "../../devel/devhelp/buildlink3.mk"
|
2007-01-04 12:29:07 +01:00
|
|
|
.include "../../devel/gdl/buildlink3.mk"
|
2007-01-09 01:17:31 +01:00
|
|
|
.include "../../devel/gnome-build/buildlink3.mk"
|
2005-08-01 16:14:49 +02:00
|
|
|
.include "../../devel/libgnomeui/buildlink3.mk"
|
2004-02-26 17:25:52 +01:00
|
|
|
.include "../../devel/pcre/buildlink3.mk"
|
2007-01-04 12:29:07 +01:00
|
|
|
.include "../../devel/subversion-base/buildlink3.mk"
|
|
|
|
.include "../../graphics/graphviz/buildlink3.mk"
|
2004-02-26 17:25:52 +01:00
|
|
|
.include "../../print/libgnomeprintui/buildlink3.mk"
|
2005-08-01 16:14:49 +02:00
|
|
|
.include "../../textproc/scrollkeeper/omf.mk"
|
2007-01-04 12:29:07 +01:00
|
|
|
.include "../../x11/gtksourceview/buildlink3.mk"
|
2004-02-26 17:25:52 +01:00
|
|
|
.include "../../x11/vte/buildlink3.mk"
|
2002-03-22 15:17:47 +01:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|