pkgsrc/devel/kscope/Makefile
wiz e5b04d25c0 Very belatedly bump PKGREVISION for all jasper dependencies because
of the shlib name change (!) during the update to 1.900.0.

Noted by Robert Elz in PR 35431.
2007-01-17 23:47:18 +00:00

36 lines
864 B
Makefile

# $NetBSD: Makefile,v 1.10 2007/01/17 23:47:19 wiz Exp $
#
DISTNAME= kscope-1.3.3
PKGREVISION= 4
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
DEPENDS+= cscope>=15.4:../../devel/cscope
DEPENDS+= exctags>=5.5.4:../../devel/exctags
GNU_CONFIGURE= yes
USE_TOOLS+= gmake pkg-config
USE_LIBTOOL= yes
USE_LANGUAGES= c c++
post-build:
@${SED} -e "s,@LOCALBASE@,${LOCALBASE},g" \
${FILESDIR}/kscoperc > ${WRKDIR}/kscoperc
pre-install:
${INSTALL_DATA} ${WRKDIR}/kscoperc ${KDEDIR}/share/kde/config
.include "../../meta-pkgs/kde3/kde3.mk"
.include "../../graphics/graphviz/buildlink3.mk"
.include "../../x11/kdebase3/buildlink3.mk"
.include "../../x11/kdelibs3/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"