mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
1c4dd070c2
PR: 100029 Submitted by: KATO Tsuguru <tkato432 yahoo.com>
23 lines
484 B
Makefile
23 lines
484 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.4
|
|
CATEGORIES= devel kde
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
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>
|