aboutsummaryrefslogtreecommitdiffstats
path: root/net/xtraceroute/Makefile
blob: 2bde1996fcecbfcd11b63d7b737cac7ea93ca5ac (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# New ports collection makefile for:    xtraceroute
# Date created:             17 February 2000
# Whom:                 Maxim Sobolev <sobomax@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   xtraceroute
PORTVERSION=    0.9.0
CATEGORIES= net
MASTER_SITES=   http://www.dtek.chalmers.se/~d3august/xt/dl/
DISTFILES=  ${DISTNAME}${EXTRACT_SUFX} ${DATAFILES}

MAINTAINER= ports@FreeBSD.org
COMMENT=    3D graphical version of the traceroute program

BUILD_DEPENDS=  ${LOCALBASE}/bin/host:${PORTSDIR}/dns/host
LIB_DEPENDS=    gtkgl.5:${PORTSDIR}/x11-toolkits/gtkglarea
RUN_DEPENDS=    ${LOCALBASE}/bin/host:${PORTSDIR}/dns/host

USE_X_PREFIX=   yes
USE_MESA=   yes
USE_GNOME=  gdkpixbuf
GNU_CONFIGURE=  yes
CONFIGURE_ARGS= --with-GL-prefix=${X11BASE}/lib \
        --with-lib-GL \
        --with-host=${LOCALBASE}/bin/host
CONFIGURE_ENV=  CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \
        LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
MAKE_ENV=   OLD_PO_FILE_INPUT=1

DATAFILES=  ndg_files.tar.gz

MAN1=       xtraceroute.1

post-install:
    ${INSTALL_DATA} ${WRKDIR}/hosts.cache ${PREFIX}/share/xtraceroute
    ${INSTALL_DATA} ${WRKDIR}/networks.cache ${PREFIX}/share/xtraceroute

.include <bsd.port.mk>