summaryrefslogtreecommitdiff
path: root/net/mtr/Makefile
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2001-10-16 15:08:55 +0000
committeragc <agc@pkgsrc.org>2001-10-16 15:08:55 +0000
commitb1fbdd65496702df767ab88d5606cbed86906a4e (patch)
treea44225c5a5fa923982c9dd9c78d9c9a2d86f1388 /net/mtr/Makefile
parent1b5fc9dfe2a898f1af833700b7456a375f245794 (diff)
downloadpkgsrc-b1fbdd65496702df767ab88d5606cbed86906a4e.tar.gz
Split this package into two - the original mtr uses a curses-based
interface, the mtr-gtk package uses gtk. For use in environments which need mtr's functionality, but which are unlikely to have X11 installed, such as DMZ hosts, etc. Patches by Andrew Brown, atatat@netbsd.org.
Diffstat (limited to 'net/mtr/Makefile')
-rw-r--r--net/mtr/Makefile9
1 files changed, 7 insertions, 2 deletions
diff --git a/net/mtr/Makefile b/net/mtr/Makefile
index 73cd7ab27ba..3849c6c0fe1 100644
--- a/net/mtr/Makefile
+++ b/net/mtr/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2001/09/09 15:22:13 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2001/10/16 15:08:55 agc Exp $
#
DISTNAME= mtr-0.42
@@ -10,10 +10,16 @@ MAINTAINER= sommerfeld@netbsd.org
HOMEPAGE= http://www.bitwizard.nl/mtr/
COMMENT= Traceroute and ping in a single graphical network diagnostic tool
+BUILD_DEPENDS+= autoconf-2.13:../../devel/autoconf
+BUILD_DEPENDS+= automake-1.4:../../devel/automake
+
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_BUILDLINK_ONLY= yes
+pre-configure:
+ cd ${WRKSRC} && ${LOCALBASE}/bin/autoconf
+
do-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/mtr
${INSTALL} -c -s -m 4755 -o root -g wheel ${WRKSRC}/mtr ${PREFIX}/sbin
@@ -21,5 +27,4 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/SECURITY ${PREFIX}/share/doc/mtr
.include "../../devel/ncurses/buildlink.mk"
-.include "../../x11/gtk/buildlink.mk"
.include "../../mk/bsd.pkg.mk"