1999-11-26 20:14:55 +00:00
|
|
|
# New ports collection makefile for: kdbg
|
|
|
|
# Date created: 02 November 1999
|
|
|
|
# Whom: Chris D. Faulhaber <jedgar@fxp.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2000-04-11 21:30:15 +00:00
|
|
|
PORTNAME= kdbg
|
2007-02-14 20:31:12 +00:00
|
|
|
PORTVERSION= 2.0.5
|
2007-05-19 20:36:56 +00:00
|
|
|
PORTREVISION= 1
|
1999-11-26 20:14:55 +00:00
|
|
|
CATEGORIES= devel kde
|
2000-12-26 13:48:48 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
2006-07-11 14:14:14 +00:00
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
1999-11-26 20:14:55 +00:00
|
|
|
|
2006-11-01 11:23:30 +00:00
|
|
|
MAINTAINER= conrads@cox.net
|
2003-03-07 06:14:21 +00:00
|
|
|
COMMENT= A graphical user interface around gdb using KDE
|
1999-11-26 20:14:55 +00:00
|
|
|
|
2006-07-11 14:14:14 +00:00
|
|
|
USE_KDELIBS_VER= 3
|
|
|
|
USE_GETTEXT= yes
|
2006-02-23 10:40:44 +00:00
|
|
|
USE_AUTOTOOLS= libtool:15
|
2002-07-23 00:41:48 +00:00
|
|
|
CONFIGURE_ARGS= --with-kde-version=3
|
1999-11-26 20:14:55 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|