pkgsrc/devel/kdbg/Makefile

31 lines
818 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.16 2001/01/04 02:55:32 wiz Exp $
1999-12-13 16:39:20 +01:00
DISTNAME= kdbg-1.0.1
CATEGORIES= devel kde
MASTER_SITES= http://members.telecom.at/~johsixt/ \
ftp://ftp.eudaptics.co.at/pub/people/jsixt/
1999-12-13 16:39:20 +01:00
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://members.telecom.at/~johsixt/kdbg.html
BUILD_DEPENDS+= msgfmt:../../devel/gettext
1999-12-14 21:28:01 +01:00
DEPENDS+= autoconf-2.13:../autoconf
DEPENDS+= automake-1.4:../automake
DEPENDS+= kdevelop-1.*:../kdevelop
DEPENDS+= png>=1.0.6:../../graphics/png
USE_X11BASE= yes
USE_GMAKE= yes
2000-08-16 03:58:11 +02:00
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
EVAL_PREFIX+= QT1DIR=qt1
CONFIGURE_ARGS= --with-qt-dir=${QT1DIR}/qt1 \
--with-qt-includes=${QT1DIR}/qt1/include \
--with-extra-libs=${LOCALBASE}/lib \
--with-extra-includes=${LOCALBASE}/include
CONFIGURE_ENV= KDEDIR=${PREFIX}
.include "../../mk/bsd.pkg.mk"