freebsd-ports/devel/kscope/Makefile

33 lines
739 B
Makefile
Raw Normal View History

# Created by: Frank Mayhar <frank@exit.com>
# $FreeBSD$
PORTNAME= kscope
PORTVERSION= 1.6.1
2012-06-01 07:26:28 +02:00
PORTREVISION= 7
CATEGORIES= devel kde
MASTER_SITES= SF
MAINTAINER= ports@FreeBSD.org
COMMENT= KDE front-end to Cscope
2010-02-05 12:46:55 +01:00
LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg
RUN_DEPENDS= exctags:${PORTSDIR}/devel/ctags \
cscope:${PORTSDIR}/devel/cscope \
dot:${PORTSDIR}/graphics/graphviz
DEPRECATED= Depends on QT3; unmaintained
EXPIRATION_DATE= 2013-07-01
DOCSDIR= ${PREFIX}/share/doc/HTML/en/${PORTNAME}
USES= bison
USE_KDEBASE_VER=3
2010-12-04 08:34:27 +01:00
USE_AUTOTOOLS= libtool
USE_GMAKE= yes
MAKE_ENV= EXTRA_LIBRARIES="-L${LOCALBASE}/lib"
CONFIGURE_ARGS+=--with-extra-includes=${LOCALBASE}/include \
--with-extra-libs=${LOCALBASE}/lib
.include <bsd.port.mk>