1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
freebsd-ports/devel/kdbg/Makefile

25 lines
547 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
2000-06-24 11:46:35 +00:00
PORTVERSION= 1.1.4
CATEGORIES= devel kde
2000-04-19 00:57:16 +00:00
MASTER_SITES= http://download.sourceforge.net/kdbg/ \
${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR=unstable/apps/ide/
1999-12-26 22:19:28 +00:00
MAINTAINER= jedgar@FreeBSD.org
BUILD_DEPENDS= libtool:${PORTSDIR}/devel/libtool
LIB_DEPENDS= kdecore.3:${PORTSDIR}/x11/kdelibs11
RUN_DEPENDS= kdehelp:${PORTSDIR}/x11/kdebase11
GNU_CONFIGURE= yes
USE_QT= yes
.include <bsd.port.mk>