1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-29 10:18:30 +00:00
freebsd-ports/devel/kdbg/Makefile

24 lines
498 B
Makefile
Raw Normal View History

# 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
PORTVERSION= 2.0.5
PORTREVISION= 1
CATEGORIES= devel kde
2000-12-26 13:48:48 +00:00
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= conrads@cox.net
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>