1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-20 08:27:15 +00:00
freebsd-ports/devel/kdbg/Makefile
Martin Wilke 52e28f09e3 - Update to 2.1.1
PR:		129825
Submitted by:	Thomas Sander <thomas.sander@gmx.de> (maintainer)
2008-12-25 10:58:31 +00:00

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>