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

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

1.17    ! itojun      1: # $NetBSD: Makefile,v 1.16 2000/11/02 01:53:57 itojun Exp $
1.1       hubertf     2: #
                      3:
1.3       hubertf     4: DISTNAME=      xtraceroute-0.8.14
1.2       hubertf     5: CATEGORIES=    net x11
                      6: MASTER_SITES=  http://www.dtek.chalmers.se/~d3august/xt/dl/
1.1       hubertf     7: DISTFILES=     ${DISTNAME}${EXTRACT_SUFX} \
                      8:                ndg_files.tar.gz
                      9:
                     10: MAINTAINER=    hubertf@netbsd.org
                     11: HOMEPAGE=      http://www.dtek.chalmers.se/~d3august/xt/index.html
                     12:
1.16      itojun     13: BUILD_DEPENDS+=        msgfmt:../../devel/gettext
1.7       sakamoto   14: DEPENDS+=      gtkglarea-1.2.1:../../x11/gtkglarea
1.9       jlam       15: DEPENDS+=      tiff-*:../../graphics/tiff
1.1       hubertf    16:
1.5       garbled    17: USE_X11=       yes
1.15      rh         18: USE_MESA=      yes
1.6       tron       19: GNU_CONFIGURE= yes
1.17    ! itojun     20: USE_LIBINTL=   yes
1.14      agc        21:
                     22: EVAL_PREFIX+=  GTKDIR=gtk+
                     23: CONFIGURE_ARGS+= --with-gtk-prefix="${GTKDIR}"
1.10      agc        24: # XXX Actually, Mesa's in X11PREFIX too, but as our tiff is in LOCALBASE
1.1       hubertf    25: # and xtraceroute doesn't have a switch to tell it so (yet?), we abuse
                     26: # the --with-GL-prefix switch for this.
                     27: CONFIGURE_ARGS+= --with-GL-prefix=${LOCALBASE}
                     28: CONFIGURE_ARGS+= --with-lib-MesaGL
                     29:
                     30: post-install:
                     31:        ${INSTALL_DATA_DIR} ${PREFIX}/share/xtraceroute
1.3       hubertf    32:        ${INSTALL_DATA} ${WRKDIR}/hosts.cache    ${PREFIX}/share/xtraceroute/hosts.cache
                     33:        ${INSTALL_DATA} ${WRKDIR}/networks.cache ${PREFIX}/share/xtraceroute/networks.cache
1.1       hubertf    34:
                     35: .include "../../mk/bsd.pkg.mk"

CVSweb <webmaster@jp.NetBSD.org>