2004-04-30 05:02:33 +02:00
|
|
|
# New ports collection makefile for: kscope
|
|
|
|
# Date created: 2004-04-21
|
|
|
|
# Whom: Frank Mayhar <frank@exit.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= kscope
|
2005-07-28 18:48:55 +02:00
|
|
|
PORTVERSION= 1.2.0
|
2004-04-30 05:02:33 +02:00
|
|
|
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
|
|
|
|
|
2004-08-13 16:54:12 +02:00
|
|
|
DOCSDIR= ${PREFIX}/share/doc/HTML/en/${PORTNAME}
|
|
|
|
|
2005-03-11 14:26:45 +01:00
|
|
|
USE_KDEBASE_VER=3
|
2004-04-30 05:02:33 +02:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_GMAKE= yes
|
|
|
|
USE_REINPLACE= yes
|
|
|
|
|
|
|
|
MAKE_ENV= EXTRA_LIBRARIES="-L${LOCALBASE}/lib"
|
2005-03-09 18:43:37 +01:00
|
|
|
CONFIGURE_ENV= CXXFLAGS="${PTHREAD_CFLAGS}"
|
2004-04-30 05:02:33 +02:00
|
|
|
CONFIGURE_ARGS+=--with-extra-includes=${LOCALBASE}/include \
|
|
|
|
--with-extra-libs=${LOCALBASE}/lib
|
|
|
|
|
2004-06-22 21:42:06 +02:00
|
|
|
.include <bsd.port.mk>
|