diff options
author | wennmach <wennmach> | 1999-09-27 17:20:35 +0000 |
---|---|---|
committer | wennmach <wennmach> | 1999-09-27 17:20:35 +0000 |
commit | 22d17167b60262cf7dd003f775a8330b5ad1670b (patch) | |
tree | ef9a00347f9d9827ad647513a927e64811861acb /devel/kdbg/Makefile | |
parent | 3cf51ce318b050fa327269e11342262400fb4f54 (diff) | |
download | pkgsrc-22d17167b60262cf7dd003f775a8330b5ad1670b.tar.gz |
Initial import of kdbg
kdbg-1.0beta2: Graphical User Interface around gdb using KDE
Diffstat (limited to 'devel/kdbg/Makefile')
-rw-r--r-- | devel/kdbg/Makefile | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/devel/kdbg/Makefile b/devel/kdbg/Makefile new file mode 100644 index 00000000000..55c0f6755bd --- /dev/null +++ b/devel/kdbg/Makefile @@ -0,0 +1,28 @@ +# $NetBSD: Makefile,v 1.1.1.1 1999/09/27 17:20:35 wennmach Exp $ + +DISTNAME= kdbg-1.0beta2 +CATEGORIES= devel kde +MASTER_SITES= http://members.telecom.at/~johsixt/ \ + ftp://ftp.eudaptics.co.at/pub/people/jsixt/ + +MAINTAINER= wennmach@netbsd.org +HOMEPAGE= http://members.telecom.at/~johsixt/kdbg.html + +BUILD_DEPENDS+= ${LOCALBASE}/bin/msgfmt:../../devel/gettext +DEPENDS+= autoconf-2.13:../../devel/autoconf +DEPENDS+= automake-1.4:../../devel/automake +DEPENDS+= kdelibs-1.1.*:../../x11/kdelibs +DEPENDS+= png-1.*:../../graphics/png + +USE_X11BASE= yes +USE_GMAKE= yes +USE_LIBTOOL= yes +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --with-qt-dir=${PREFIX} \ + --with-qt-includes=${PREFIX}/include/qt \ + --with-extra-libs=${LOCALBASE}/lib \ + --with-extra-includes=${LOCALBASE}/include + +CONFIGURE_ENV= KDEDIR=${PREFIX} + +.include "../../mk/bsd.pkg.mk" |