From 211a37da215b1af4949af1f5f92772c0b3b77103 Mon Sep 17 00:00:00 2001 From: roy Date: Mon, 6 Oct 2014 19:46:59 +0000 Subject: Import dhcpcd-ui-0.7.3 with the following changes: * Removed dhcpcd-dbus dependency * Split icons off into dhcpcd-icons * Add dhcpcd-qt front end * Improved IPv6 support in dhcpcd-6 is now reported * Numerous bug fixes * SSID menus now update in realtime when new scans come in --- net/dhcpcd-gtk/Makefile | 22 +++++----------------- 1 file changed, 5 insertions(+), 17 deletions(-) (limited to 'net/dhcpcd-gtk/Makefile') diff --git a/net/dhcpcd-gtk/Makefile b/net/dhcpcd-gtk/Makefile index c99835d8bb4..d01c0d979b1 100644 --- a/net/dhcpcd-gtk/Makefile +++ b/net/dhcpcd-gtk/Makefile @@ -1,30 +1,18 @@ -# $NetBSD: Makefile,v 1.36 2014/05/05 00:48:13 ryoon Exp $ +# $NetBSD: Makefile,v 1.37 2014/10/06 19:46:59 roy Exp $ # -DISTNAME= dhcpcd-ui-0.6.0 -PKGNAME= dhcpcd-gtk-0.6.0 -PKGREVISION= 14 +PKGNAME= dhcpcd-gtk-${DHCPCD_UI_VERSION} CATEGORIES= net -MASTER_SITES= http://roy.marples.name/downloads/dhcpcd/ -MASTER_SITES+= ftp://roy.marples.name/pub/dhcpcd/ -MASTER_SITES+= http://roy.aydogan.net/dhcpcd/ -EXTRACT_SUFX= .tar.bz2 -MAINTAINER= roy@NetBSD.org -HOMEPAGE= http://roy.marples.name/projects/dhcpcd-ui/ -COMMENT= GTK+ systray monitor for dhcpcd -LICENSE= modified-bsd +DEPENDS+= dhcpcd>=6.4.4:../../net/dhcpcd +DEPENDS+= dhcpcd-icons:../../net/dhcpcd-icons -DEPENDS+= dhcpcd-dbus>=0.6.0:../../net/dhcpcd-dbus +.include "../../net/dhcpcd-icons/Makefile.common" -USE_LANGUAGES= c99 USE_TOOLS+= pkg-config -HAS_CONFIGURE= yes CONFIGURE_ARGS+= --with-gtk+ -CONFIGURE_ARGS+= --mandir=${PREFIX:Q}/${PKGMANDIR:Q} .include "../../graphics/hicolor-icon-theme/buildlink3.mk" .include "../../x11/gtk2/buildlink3.mk" -.include "../../sysutils/dbus/buildlink3.mk" .include "../../sysutils/libnotify/buildlink3.mk" .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3