[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / devel / kdbg

Annotation of pkgsrc/devel/kdbg/Makefile, Revision 1.22

1.22    ! hubertf     1: # $NetBSD: Makefile,v 1.21 2001/03/04 16:38:46 tron Exp $
1.1       wennmach    2:
1.21      tron        3: DISTNAME=      kdbg-1.2.0
1.1       wennmach    4: CATEGORIES=    devel kde
1.21      tron        5: MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=kdbg/} \
                      6:                ftp://ftp.eudaptics.com/pub/people/jsixt/
1.1       wennmach    7:
1.21      tron        8: MAINTAINER=    tron@netbsd.org
1.1       wennmach    9: HOMEPAGE=       http://members.telecom.at/~johsixt/kdbg.html
1.17      wiz        10: COMMENT=       Graphical User Interface around gdb using KDE
1.1       wennmach   11:
1.22    ! hubertf    12: BUILD_USES_MSGFMT=     yes
        !            13:
1.7       tron       14: DEPENDS+=      autoconf-2.13:../autoconf
                     15: DEPENDS+=      automake-1.4:../automake
1.21      tron       16: DEPENDS+=      kdevelop-base-1.*:../kdevelop-base
1.1       wennmach   17:
                     18: USE_X11BASE=   yes
                     19: USE_GMAKE=     yes
1.15      hubertf    20: USE_LIBTOOL=   yes
1.1       wennmach   21: GNU_CONFIGURE= yes
1.14      agc        22:
                     23: EVAL_PREFIX+=  QT1DIR=qt1
                     24: CONFIGURE_ARGS=        --with-qt-dir=${QT1DIR}/qt1 \
                     25:                --with-qt-includes=${QT1DIR}/qt1/include \
1.1       wennmach   26:                --with-extra-libs=${LOCALBASE}/lib \
                     27:                --with-extra-includes=${LOCALBASE}/include
                     28:
                     29: CONFIGURE_ENV= KDEDIR=${PREFIX}
                     30:
                     31: .include "../../mk/bsd.pkg.mk"

CVSweb <webmaster@jp.NetBSD.org>