mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-17 03:25:46 +00:00
ee75ce42e2
PR: 94648 Submitted by: Pawel Pekala <c0rn@o2.pl>
26 lines
542 B
Makefile
26 lines
542 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.3
|
|
CATEGORIES= devel kde
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= kdbg/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= A graphical user interface around gdb using KDE
|
|
|
|
USE_QT_VER= 3
|
|
USE_KDELIBS_VER=3
|
|
USE_AUTOTOOLS= libtool:15
|
|
USE_GETTEXT=yes
|
|
|
|
CONFIGURE_ENV= LIBQTMT="-lqt-mt" CXXFLAGS=-pthread
|
|
CONFIGURE_ARGS= --with-kde-version=3
|
|
|
|
.include <bsd.port.mk>
|