mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
24 lines
547 B
Makefile
24 lines
547 B
Makefile
# New ports collection makefile for: kdbg
|
|
# Version required: 1.0.2
|
|
# Date created: 02 November 1999
|
|
# Whom: Chris D. Faulhaber <jedgar@fxp.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
DISTNAME= kdbg-1.0.2
|
|
CATEGORIES= devel kde
|
|
MASTER_SITES= http://members.telecom.at/~johsixt/ \
|
|
ftp://ftp.eudaptics.co.at/pub/people/jsixt/
|
|
|
|
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>
|