mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
362ad92f0d
PR: ports/97501 Submitted by: maintainer Approved by: lawrance (mentor)
35 lines
885 B
Makefile
35 lines
885 B
Makefile
# New ports collection makefile for: kscope
|
|
# Date created: 2004-04-21
|
|
# Whom: Frank Mayhar <frank@exit.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= kscope
|
|
PORTVERSION= 1.3.4
|
|
CATEGORIES= devel kde
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR=${PORTNAME}/
|
|
|
|
MAINTAINER= frank@exit.com
|
|
COMMENT= KDE front-end to Cscope
|
|
|
|
BUILD_DEPENDS+= bison2:${PORTSDIR}/devel/bison2
|
|
LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg
|
|
RUN_DEPENDS= exctags:${PORTSDIR}/devel/ctags \
|
|
cscope:${PORTSDIR}/devel/cscope \
|
|
dot:${PORTSDIR}/graphics/graphviz
|
|
|
|
DOCSDIR= ${PREFIX}/share/doc/HTML/en/${PORTNAME}
|
|
|
|
USE_KDEBASE_VER=3
|
|
USE_AUTOTOOLS= libtool:15
|
|
USE_GMAKE= yes
|
|
|
|
MAKE_ENV= EXTRA_LIBRARIES="-L${LOCALBASE}/lib"
|
|
CONFIGURE_ENV= CXXFLAGS="${PTHREAD_CFLAGS}" LDFLAGS="${PTHREAD_LIBS}"
|
|
CONFIGURE_ARGS+=--with-extra-includes=${LOCALBASE}/include \
|
|
--with-extra-libs=${LOCALBASE}/lib
|
|
|
|
.include <bsd.port.mk>
|