freebsd-ports/devel/kdbg/Makefile
Martin Wilke 597034ad58 - Update to 2.0.5
PR:		108596
Submitted by:	Marcelo Araujo <araujo@bsdmail.org>
Approved by:	maintainer
2007-02-14 20:31:12 +00:00

23 lines
482 B
Makefile

# New ports collection makefile for: kdbg
# Date created: 02 November 1999
# Whom: Chris D. Faulhaber <jedgar@fxp.org>
#
# $FreeBSD$
#
PORTNAME= kdbg
PORTVERSION= 2.0.5
CATEGORIES= devel kde
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= conrads@cox.net
COMMENT= A graphical user interface around gdb using KDE
USE_KDELIBS_VER= 3
USE_GETTEXT= yes
USE_AUTOTOOLS= libtool:15
CONFIGURE_ARGS= --with-kde-version=3
.include <bsd.port.mk>