2011-09-16 07:13:37 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.48 2011/09/16 11:13:38 espie Exp $
|
2001-03-24 14:55:27 -05:00
|
|
|
|
2007-09-15 18:36:51 -04:00
|
|
|
COMMENT= Matt's traceroute - network diagnostic tool
|
1999-01-27 15:49:32 -05:00
|
|
|
|
2010-08-19 12:56:45 -04:00
|
|
|
DISTNAME= mtr-0.80
|
2011-09-16 07:13:37 -04:00
|
|
|
REVISION= 2
|
1999-01-27 15:49:32 -05:00
|
|
|
CATEGORIES= net
|
|
|
|
|
2000-10-04 17:53:59 -04:00
|
|
|
MAINTAINER= Jakob Schlyter <jakob@openbsd.org>
|
1999-01-27 15:49:32 -05:00
|
|
|
|
2000-06-20 15:52:43 -04:00
|
|
|
HOMEPAGE= http://www.bitwizard.nl/mtr/
|
|
|
|
|
2009-03-08 14:15:45 -04:00
|
|
|
# GPLv2+
|
2000-03-05 18:00:29 -05:00
|
|
|
PERMIT_PACKAGE_CDROM= yes
|
|
|
|
PERMIT_PACKAGE_FTP= yes
|
|
|
|
PERMIT_DISTFILES_CDROM= yes
|
|
|
|
PERMIT_DISTFILES_FTP= yes
|
2010-07-12 18:07:37 -04:00
|
|
|
|
2004-12-15 19:31:20 -05:00
|
|
|
WANTLIB= c m termcap
|
2000-02-12 03:02:07 -05:00
|
|
|
|
2006-06-26 16:39:16 -04:00
|
|
|
MASTER_SITES= ftp://ftp.bitwizard.nl/mtr/
|
1999-01-27 15:49:32 -05:00
|
|
|
|
2006-06-26 16:39:16 -04:00
|
|
|
CONFIGURE_STYLE=gnu
|
2010-10-18 14:36:45 -04:00
|
|
|
USE_GROFF = Yes
|
2000-04-13 12:02:08 -04:00
|
|
|
|
2006-06-26 16:39:16 -04:00
|
|
|
FLAVORS= no_x11
|
2000-04-13 12:02:08 -04:00
|
|
|
|
|
|
|
FLAVOR?=
|
2002-07-25 20:28:30 -04:00
|
|
|
.if ${FLAVOR:L} == "no_x11"
|
2002-07-07 06:50:52 -04:00
|
|
|
CONFIGURE_ARGS+= --without-gtk
|
2000-04-13 12:02:08 -04:00
|
|
|
.else
|
2011-07-06 19:56:08 -04:00
|
|
|
MODULES += devel/gettext
|
2002-07-07 06:50:52 -04:00
|
|
|
CONFIGURE_ARGS+= --with-gtk-prefix=${LOCALBASE}
|
2010-11-19 17:31:32 -05:00
|
|
|
LIB_DEPENDS+= x11/gtk+2
|
2010-08-19 12:56:45 -04:00
|
|
|
|
2009-03-08 14:15:45 -04:00
|
|
|
WANTLIB += X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes
|
|
|
|
WANTLIB += Xi Xinerama Xrandr Xrender atk-1.0 cairo expat fontconfig
|
2010-10-11 04:11:24 -04:00
|
|
|
WANTLIB += freetype gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0
|
2011-07-06 19:56:08 -04:00
|
|
|
WANTLIB += gthread-2.0 pango-1.0 pangocairo-1.0 pangoft2-1.0
|
2010-08-19 12:56:45 -04:00
|
|
|
WANTLIB += pixman-1 png pthread pthread-stubs xcb xcb-render xcb-render-util
|
2010-11-11 11:27:54 -05:00
|
|
|
WANTLIB += z gtk-x11-2.0
|
2000-04-13 12:02:08 -04:00
|
|
|
.endif
|
1999-01-27 15:49:32 -05:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|