pkgsrc/devel/kscope/Makefile

41 lines
1,018 B
Makefile
Raw Normal View History

2010-01-29 20:05:18 +01:00
# $NetBSD: Makefile,v 1.24 2010/01/29 19:05:18 joerg Exp $
#
DISTNAME= kscope-1.6.0
PKGREVISION= 5
CATEGORIES= devel kde
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=kscope/}
MAINTAINER= martijn.van.buul@gmail.com
HOMEPAGE= http://kscope.sourceforge.net/
COMMENT= KDE frontend for cscope
2010-01-29 20:05:18 +01:00
PKG_DESTDIR_SUPPORT= user-destdir
Update kscope to 1.4.3. Patch provided by maintainer, Martijn van Buul in PR 35454. 1.4.3 (?) * New: Option for negating filters on query result lists * New: Command for setting the keyboard focus to the tag list * Improved: Restrict tag/file list navigation to current search pattern * Improved: Show goto labels in the tag list * Bug fix: Crash due to in-edges not being removed along with a function * Bug fix: Connected components disappeared after filtering calling/ called functions * Bug fix: Use only sh-style ouput redirection in kscope_config 1.4.2 (16-Oct-2006) * New: Tool-tips for the project's file list * New: "Find Definition" entry in the query-results popup menu * Improved: Added '*.S' (kernel assembly files) to the list of standard file types * Improved: Some code clean-ups in the query-results popup menu * Bug fix: All query results following a global definition were omitted 1.4.1 (23-Aug-2006) * Improved: Speed-up result list filtering * Improved: Keyboard shortcuts for the first entries in the Window menu * Improved: Show assmebly labels in the tag list * Bug fix: KScope crashes when a node is removed from the graph * Bug fix: KScope crashes when Next/Previous Result is invoked on an empty query results list * Bug fix: Prevent whitespace in project names * Bug fix: Add entries to the results query list in the right order * Bug fix: Fixed several memory leaks 1.4.0 (9-Aug-2006) * New: Option for sorting the file list when a project is loaded (on by default) * Improved: The documentation is now up to date * Improved: Nicer layout for the "New Project" dialogue * Improved: Corrections to the desktop file (thanks to Tom Albers) * Improved: Close a project automatically before a new one is created * Bug fix: Do not show the progress dialogue if building fails to start * Compilation fix: Include stdlib.h in graphwidget.cpp * Compilation fix: Support for autoconf 2.6x * Compilation fix: Removed unnecessary options from the YACC source file * Compilation fix: Abort configuration if lex/flex and yacc/bison are not found 1.3.4 (14-Apr-2006) * New: Use graphviz from the command-line (dot). Should finally solve _all_ licensing issues * New: Informative welcome message * Improved: Allow multiple files on "File->Open..." * Improved: Better tool-tips for the tag list * Bug fix: KScope crashes after startup when attempting to set the cursor to a non-existing line
2007-01-24 18:43:52 +01:00
DEPENDS+= cscope>=15.6:../../devel/cscope
DEPENDS+= exctags>=5.5.4:../../devel/exctags
GNU_CONFIGURE= yes
2008-06-04 11:30:07 +02:00
USE_TOOLS+= gmake flex pkg-config
USE_LIBTOOL= yes
USE_LANGUAGES= c c++
2010-01-29 20:05:18 +01:00
INSTALLATION_DIRS+= ${KDEDIR}/share/kde/config
post-build:
sed -e "s,@LOCALBASE@,${LOCALBASE},g" \
${FILESDIR}/kscoperc > ${WRKDIR}/kscoperc
pre-install:
2010-01-29 20:05:18 +01:00
${INSTALL_DATA} ${WRKDIR}/kscoperc ${DESTDIR}${KDEDIR}/share/kde/config
.include "../../meta-pkgs/kde3/kde3.mk"
.include "../../graphics/graphviz/buildlink3.mk"
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
.include "../../x11/kdebase3/buildlink3.mk"
.include "../../x11/kdelibs3/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"