aboutsummaryrefslogtreecommitdiffstats
path: root/devel/kscope/Makefile
blob: 4d745f12de16d3687f9e6dd285266aad4f583add (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# New ports collection makefile for:    kscope
# Date created:     2004-04-21
# Whom:         Frank Mayhar <frank@exit.com>
#
# $FreeBSD$
#

PORTNAME=   kscope
PORTVERSION=    1.1.0
PORTREVISION=   1
CATEGORIES= devel kde
MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=${PORTNAME}/

MAINTAINER= frank@exit.com
COMMENT=    KDE front-end to Cscope

LIB_DEPENDS=    jpeg.9:${PORTSDIR}/graphics/jpeg
RUN_DEPENDS=    exctags:${PORTSDIR}/devel/ctags \
        cscope:${PORTSDIR}/devel/cscope

DOCSDIR=    ${PREFIX}/share/doc/HTML/en/${PORTNAME}

USE_KDEBASE_VER=3

GNU_CONFIGURE=  yes
USE_GMAKE=  yes
USE_REINPLACE=  yes

MAKE_ENV=   EXTRA_LIBRARIES="-L${LOCALBASE}/lib"
CONFIGURE_ENV=  CXXFLAGS="${PTHREAD_CFLAGS}"
CONFIGURE_ARGS+=--with-extra-includes=${LOCALBASE}/include \
        --with-extra-libs=${LOCALBASE}/lib

.include <bsd.port.mk>