blob: 37ff27310b23d4ba751ed208f14a093de4c07add (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# New ports collection makefile for: kdbg
# Version required: 1.0.0
# Date created: 02 November 1999
# Whom: Chris D. Faulhaber <jedgar@fxp.org>
#
# $FreeBSD$
#
DISTNAME= kdbg-1.0.0
CATEGORIES= devel kde
MASTER_SITES= http://members.telecom.at/~johsixt/ \
ftp://eudaptics.co.at/pub/people/jsixt/
MAINTAINER= jedgar2fxp.org
BUILD_DEPENDS= libtool:${PORTSDIR}/devel/libtool
LIB_DEPENDS= kdecore.2:${PORTSDIR}/x11/kdelibs11
RUN_DEPENDS= kdehelp:${PORTSDIR}/x11/kdebase11
GNU_CONFIGURE= yes
USE_QT= yes
.include <bsd.port.mk>
|