mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-20 08:27:15 +00:00
52e28f09e3
PR: 129825 Submitted by: Thomas Sander <thomas.sander@gmx.de> (maintainer)
24 lines
466 B
Makefile
24 lines
466 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.1.1
|
|
CATEGORIES= devel kde
|
|
MASTER_SITES= SF
|
|
|
|
MAINTAINER= thomas.sander@gmx.de
|
|
COMMENT= A graphical user interface around gdb using KDE
|
|
|
|
USE_KDELIBS_VER= 3
|
|
USE_GETTEXT= yes
|
|
USE_AUTOTOOLS= libtool:15
|
|
USE_GMAKE= yes
|
|
INSTALLS_ICONS= yes
|
|
CONFIGURE_ARGS= --with-kde-version=3
|
|
|
|
.include <bsd.port.mk>
|