1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
freebsd-ports/devel/kscope/Makefile
Rong-En Fan 79f7352ab9 - Update to 1.4.0
PR:		ports/101732
Submitted by:	Frank Mayhar <frank at exit.com> (maintainer)
2006-08-12 03:58:28 +00:00

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.4.0
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>