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

Annotation of pkgsrc/net/xtraceroute/Makefile, Revision 1.32

1.32    ! grant       1: # $NetBSD: Makefile,v 1.31 2003/07/13 13:53:03 wiz Exp $
1.1       hubertf     2: #
                      3:
1.3       hubertf     4: DISTNAME=      xtraceroute-0.8.14
1.31      wiz         5: PKGREVISION=   3
1.2       hubertf     6: CATEGORIES=    net x11
                      7: MASTER_SITES=  http://www.dtek.chalmers.se/~d3august/xt/dl/
1.1       hubertf     8: DISTFILES=     ${DISTNAME}${EXTRACT_SUFX} \
                      9:                ndg_files.tar.gz
                     10:
1.32    ! grant      11: MAINTAINER=    hubertf@NetBSD.org
1.1       hubertf    12: HOMEPAGE=      http://www.dtek.chalmers.se/~d3august/xt/index.html
1.20      wiz        13: COMMENT=       Graphical version of traceroute, which traces the route IP packets go
1.1       hubertf    14:
1.21      hubertf    15: BUILD_USES_MSGFMT=     yes
1.1       hubertf    16:
1.29      cjep       17: USE_X11=               yes
                     18: GNU_CONFIGURE=         yes
                     19: USE_BUILDLINK2=                yes
                     20: USE_PKGLOCALEDIR=      yes
1.14      agc        21:
1.25      agc        22: CONFIGURE_ARGS+= --with-gtk-prefix="${BUILDLINK_PREFIX.gtk}"
1.10      agc        23: # XXX Actually, Mesa's in X11PREFIX too, but as our tiff is in LOCALBASE
1.1       hubertf    24: # and xtraceroute doesn't have a switch to tell it so (yet?), we abuse
                     25: # the --with-GL-prefix switch for this.
                     26: CONFIGURE_ARGS+= --with-GL-prefix=${LOCALBASE}
                     27: CONFIGURE_ARGS+= --with-lib-MesaGL
                     28:
                     29: post-install:
                     30:        ${INSTALL_DATA_DIR} ${PREFIX}/share/xtraceroute
1.3       hubertf    31:        ${INSTALL_DATA} ${WRKDIR}/hosts.cache    ${PREFIX}/share/xtraceroute/hosts.cache
                     32:        ${INSTALL_DATA} ${WRKDIR}/networks.cache ${PREFIX}/share/xtraceroute/networks.cache
1.25      agc        33:
1.27      wiz        34: .include "../../devel/gettext-lib/buildlink2.mk"
1.25      agc        35: .include "../../graphics/tiff/buildlink2.mk"
1.28      jschauma   36: .include "../../graphics/MesaLib/buildlink2.mk"
                     37: .include "../../graphics/glu/buildlink2.mk"
1.25      agc        38: .include "../../x11/gtk/buildlink2.mk"
                     39: .include "../../x11/gtkglarea/buildlink2.mk"
1.1       hubertf    40:
                     41: .include "../../mk/bsd.pkg.mk"

CVSweb <webmaster@jp.NetBSD.org>