9250d94365
It brings bison as a build dependency in case it is set the following way: USES= bison or USES= bison:build it brings bison as a run dependency in case it is set the following way: USES= bison:run it brings bison both as a run and build dependency in case it the set the following way: USES= bison:both While here trim some headers Convert some USE_GNOME= gnomehack to USES= pathfix
32 lines
739 B
Makefile
32 lines
739 B
Makefile
# Created by: Frank Mayhar <frank@exit.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= kscope
|
|
PORTVERSION= 1.6.1
|
|
PORTREVISION= 7
|
|
CATEGORIES= devel kde
|
|
MASTER_SITES= SF
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= KDE front-end to Cscope
|
|
|
|
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
|
|
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>
|