pkgsrc/devel/anjuta/Makefile

45 lines
1.3 KiB
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.22 2004/04/14 16:15:21 jmmv Exp $
#
DISTNAME= anjuta-1.2.1
PKGREVISION= 2
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=anjuta/}
2003-07-17 23:21:03 +02:00
MAINTAINER= tech-pkg@NetBSD.org
Update anjuta to 1.0.1. Changes include: New: Auto-complete takes graphics now. New: Auto-complete automatic. New: Per project editor properties New: Sub windows now float above main window. New: Project version and excluded modules configuration. New: Errors and warnings indications in editor. New: Tools support and tools editor. New: Incremental search (like emacs I-Search) Bug fix: Printing now takes editor default fonts Bug fix: Rpm package fix Bug fix: ChangeLog insert uses spaces (instead of tabs) Bug fix: Fixed compiler warnings. Bug fix: Fixed debug terminal bug Bug fix: Disabled gladen to remove the libssl dep. Bug fix: brace indentation works properly. Bug fix: Wrap-around search Updated: Upgraded scintilla to 1.49+ Updated: Upgraded editor properties and added new properties. Updated: Organized plugins New: CVS support for Projects and individual files, file revisions are displayed in Files pane New: Gnome Print support (including syntax colouring) New: Patch plugin to apply diffs New: Application Wizard support for wxWindows, Xlib, GNOME2, Gtk2 and libglade2 Projects, plus option for dynamic or static libraries as targets in generic Projects New: user identity preferences enabling new editor functions New: better GNOME integration, now uses configured GNOME URL handlers New: MIME handling New: Anjuta kickstart tutorial New: automatic expression tips during debugging (hover-and-show) New: compilation warning/error navigation from terminal New: better find functionality New: enhanced file selection widget New: enhanced Evolution-style about dialog New: Automatic Variable display when mouse hovered on the variable name (in dubugger mode). New: Raw memory veiw for debugger (somewhat resembling ghex). Updated: many usability improvements to the GUI and menus
2003-01-06 01:06:06 +01:00
HOMEPAGE= http://www.anjuta.org/
COMMENT= Gnome based IDE for C and C++
DEPENDS+= autoconf>=2.59:../../devel/autoconf
DEPENDS+= automake>=1.8.2:../../devel/automake
DEPENDS+= gdk-pixbuf>=0.22:../../graphics/gdk-pixbuf
DEPENDS+= gettext>=0.11.5:../../devel/gettext
DEPENDS+= glade2>=2.0.1:../../devel/glade2
DEPENDS+= gmake>=3.80:../../devel/gmake
DEPENDS+= gnome2-terminal>=2.4.2:../../x11/gnome2-terminal
DEPENDS+= libtool>=1.5.2:../../devel/libtool
DEPENDS+= pkgconfig>=0.15.0:../../devel/pkgconfig
DEPENDS+= yelp>=2.4.2:../../misc/yelp
USE_BUILDLINK3= YES
USE_DIRS+= gnome2-1.5
USE_PKGLOCALEDIR= YES
USE_X11= YES
USE_GNU_TOOLS+= make
USE_LIBTOOL= YES
2002-09-21 10:33:48 +02:00
GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --localstatedir=${LOCALSTATEDIR}
2002-09-21 10:33:48 +02:00
# Build system adds the last component ('/scrollkeeper')
LOCALSTATEDIR= ${SCROLLKEEPER_DATADIR:H}
.include "../../devel/pcre/buildlink3.mk"
.include "../../devel/pkgconfig/buildlink3.mk"
.include "../../textproc/scrollkeeper/omf.mk"
.include "../../print/libgnomeprintui/buildlink3.mk"
.include "../../devel/libgnomeui/buildlink3.mk"
.include "../../x11/vte/buildlink3.mk"
2002-09-21 10:33:48 +02:00
.include "../../mk/bsd.pkg.mk"