27 lines
804 B
Makefile
27 lines
804 B
Makefile
# $NetBSD: Makefile,v 1.2 1999/09/27 21:23:56 tron 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
|
|
|
|
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"
|