openbsd-ports/net/mtr/Makefile
sthen 53ebe31b2b update to mtr 0.85 and add a patch from upstream for long long time_t,
from dhill. drop jakob@ as maintainer and take it myself.
2013-11-19 16:39:26 +00:00

41 lines
1.1 KiB
Makefile

# $OpenBSD: Makefile,v 1.56 2013/11/19 16:39:26 sthen Exp $
COMMENT= Matt's traceroute - network diagnostic tool#'
DISTNAME= mtr-0.85
CATEGORIES= net
MAINTAINER= Stuart Henderson <sthen@openbsd.org>
HOMEPAGE= http://www.bitwizard.nl/mtr/
# GPLv2+
PERMIT_PACKAGE_CDROM= yes
WANTLIB= lib/libbind/bind c m termcap
LIB_DEPENDS= net/libbind
MASTER_SITES= ftp://ftp.bitwizard.nl/mtr/
CONFIGURE_STYLE= gnu
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/bind" \
LDFLAGS="-L${LOCALBASE}/lib -L${LOCALBASE}/lib/libbind -Wl,-rpath,${LOCALBASE}/lib/libbind -lbind"
FLAVORS= gtk
FLAVOR?=
.if ${FLAVOR} == "gtk"
MODULES+= devel/gettext
CONFIGURE_ARGS+= --with-gtk-prefix=${LOCALBASE}
LIB_DEPENDS+= x11/gtk+2
WANTLIB += GL X11 Xcomposite Xcursor Xdamage Xext Xfixes Xi Xinerama
WANTLIB += Xrandr Xrender atk-1.0 cairo expat fontconfig freetype
WANTLIB += gdk-x11-2.0 gdk_pixbuf-2.0 gio-2.0 glib-2.0 gobject-2.0
WANTLIB += gtk-x11-2.0 pango-1.0 pangocairo-1.0 pangoft2-1.0 pixman-1
WANTLIB += png pthread pthread-stubs xcb xcb-render xcb-shm z
.else
CONFIGURE_ARGS+= --without-glib \
--without-gtk
.endif
.include <bsd.port.mk>