2001-10-28 07:30:13 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.9 2001/10/28 12:30:13 espie Exp $
|
2000-04-05 09:19:05 -04:00
|
|
|
|
2001-04-21 07:39:19 -04:00
|
|
|
COMMENT= "graphical debugger for kde"
|
2001-08-27 11:17:28 -04:00
|
|
|
DISTNAME= kdbg-1.2.2
|
2000-07-13 14:06:17 -04:00
|
|
|
CATEGORIES= devel
|
2001-10-28 07:30:13 -05:00
|
|
|
NEED_VERSION= 1.483
|
2000-07-13 14:06:17 -04:00
|
|
|
HOMEPAGE= http://members.nextra.at/johsixt/kdbg.html
|
2000-04-05 07:17:16 -04:00
|
|
|
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
2000-07-13 14:06:17 -04:00
|
|
|
MASTER_SITES= ftp://ftp.kde.org/pub/kde/stable/1.1.2/apps/ide/ \
|
|
|
|
ftp://ftp.eudaptics.com/pub/people/jsixt/
|
2000-04-05 07:17:16 -04:00
|
|
|
|
2001-08-27 11:17:28 -04:00
|
|
|
MODULES= qt2
|
|
|
|
LIB_DEPENDS= kdecore.3.::x11/kde/libs2
|
2000-04-05 07:17:16 -04:00
|
|
|
|
2000-07-13 14:06:17 -04:00
|
|
|
CONFIGURE_STYLE= gnu
|
2000-04-05 07:17:16 -04:00
|
|
|
USE_GMAKE= Yes
|
|
|
|
CONFIGURE_ARGS+= ${CONFIGURE_SHARED} \
|
2001-08-27 11:17:28 -04:00
|
|
|
${MODQT_CONFIGURE_ARGS} \
|
2000-04-05 09:19:05 -04:00
|
|
|
--with-extra-includes="${LOCALBASE}/include" \
|
2001-04-21 07:39:19 -04:00
|
|
|
--with-extra-libs="${LOCALBASE}/lib" \
|
|
|
|
--with-kde-version=2
|
|
|
|
|
|
|
|
# --enable-debug \
|
|
|
|
# --disable-nls \
|
|
|
|
# --enable-lots-a-trace --with-transcript=transcript
|
2000-04-05 07:17:16 -04:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|