summaryrefslogtreecommitdiff
path: root/net/mtr-gtk/Makefile
diff options
context:
space:
mode:
authoragc <agc>2001-10-16 15:11:00 +0000
committeragc <agc>2001-10-16 15:11:00 +0000
commit75975208a5bc293bb90c2dd89ae5835e7d339f74 (patch)
tree383d6f9aacb10395387a40b9795d3ff441378a54 /net/mtr-gtk/Makefile
parent6551d4a2169f0faa333f42f14281e7bce4f42c25 (diff)
downloadpkgsrc-75975208a5bc293bb90c2dd89ae5835e7d339f74.tar.gz
Import the mtr-gtk-0.42 package, split off from the standard curses-based
package, to make things easier for those who may prefer not to link in all of the gtk-based functionality.
Diffstat (limited to 'net/mtr-gtk/Makefile')
-rw-r--r--net/mtr-gtk/Makefile26
1 files changed, 26 insertions, 0 deletions
diff --git a/net/mtr-gtk/Makefile b/net/mtr-gtk/Makefile
new file mode 100644
index 00000000000..bba407970ce
--- /dev/null
+++ b/net/mtr-gtk/Makefile
@@ -0,0 +1,26 @@
+# $NetBSD: Makefile,v 1.1.1.1 2001/10/16 15:11:00 agc Exp $
+#
+
+DISTNAME= mtr-0.42
+PKGNAME= mtr-gtk-0.42
+CATEGORIES= net
+MASTER_SITES= ftp://ftp.bitwizard.nl/mtr/ \
+ http://www.giovannelli.it/~gmarco/files/
+
+MAINTAINER= sommerfeld@netbsd.org
+HOMEPAGE= http://www.bitwizard.nl/mtr/
+COMMENT= Traceroute and ping in a single graphical network diagnostic tool
+
+GNU_CONFIGURE= yes
+USE_GMAKE= yes
+USE_BUILDLINK_ONLY= yes
+
+do-install:
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/mtr-gtk
+ ${INSTALL} -c -s -m 4755 -o root -g wheel ${WRKSRC}/mtr ${PREFIX}/sbin/mtr-gtk
+ ${INSTALL_DATA} ${WRKSRC}/mtr.8 ${PREFIX}/man/man8/mtr-gtk.8
+ ${INSTALL_DATA} ${WRKSRC}/SECURITY ${PREFIX}/share/doc/mtr-gtk
+
+.include "../../devel/ncurses/buildlink.mk"
+.include "../../x11/gtk/buildlink.mk"
+.include "../../mk/bsd.pkg.mk"