summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net/dhcpcd-gtk/Makefile9
-rw-r--r--net/dhcpcd-icons/Makefile.common6
-rw-r--r--net/dhcpcd-qt/DESCR4
-rw-r--r--net/dhcpcd-qt/Makefile9
4 files changed, 18 insertions, 10 deletions
diff --git a/net/dhcpcd-gtk/Makefile b/net/dhcpcd-gtk/Makefile
index d01c0d979b1..8f8fbe386f3 100644
--- a/net/dhcpcd-gtk/Makefile
+++ b/net/dhcpcd-gtk/Makefile
@@ -1,11 +1,13 @@
-# $NetBSD: Makefile,v 1.37 2014/10/06 19:46:59 roy Exp $
+# $NetBSD: Makefile,v 1.38 2014/10/06 20:12:30 roy Exp $
#
PKGNAME= dhcpcd-gtk-${DHCPCD_UI_VERSION}
CATEGORIES= net
-DEPENDS+= dhcpcd>=6.4.4:../../net/dhcpcd
-DEPENDS+= dhcpcd-icons:../../net/dhcpcd-icons
+COMMENT= GTK+ system tray monitor for dhcpcd
+
+DEPENDS+= dhcpcd>=6.4.4:../../net/dhcpcd
+DEPENDS+= dhcpcd-icons>=${DHCPCD_UI_VERSION}:../../net/dhcpcd-icons
.include "../../net/dhcpcd-icons/Makefile.common"
@@ -15,4 +17,5 @@ CONFIGURE_ARGS+= --with-gtk+
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"
.include "../../sysutils/libnotify/buildlink3.mk"
+.include "../../sysutils/desktop-file-utils/desktopdb.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/net/dhcpcd-icons/Makefile.common b/net/dhcpcd-icons/Makefile.common
index 197fa791264..d79b0c7bae0 100644
--- a/net/dhcpcd-icons/Makefile.common
+++ b/net/dhcpcd-icons/Makefile.common
@@ -1,5 +1,7 @@
-# $NetBSD: Makefile.common,v 1.1 2014/10/06 19:46:59 roy Exp $
-#
+# $NetBSD: Makefile.common,v 1.2 2014/10/06 20:12:30 roy Exp $
+
+# used by net/dhcpcd-gtk/Makefile
+# used by net/dhcpcd-qt/Makefile
DHCPCD_UI_VERSION= 0.7.3
DISTNAME= dhcpcd-ui-${DHCPCD_UI_VERSION}
diff --git a/net/dhcpcd-qt/DESCR b/net/dhcpcd-qt/DESCR
index eb5dc75acba..5b68e207364 100644
--- a/net/dhcpcd-qt/DESCR
+++ b/net/dhcpcd-qt/DESCR
@@ -1,3 +1,3 @@
-The dhcpcd-gtk package provides a monitor and configuration GUI
-for dhcpcd. It is written in GTK+. It provides a notification area
+The dhcpcd-qt package provides a monitor and configuration GUI
+for dhcpcd. It is written in Qt. It provides a notification area
icon and a menu showing available wireless access points.
diff --git a/net/dhcpcd-qt/Makefile b/net/dhcpcd-qt/Makefile
index c31cff83146..893f452ecba 100644
--- a/net/dhcpcd-qt/Makefile
+++ b/net/dhcpcd-qt/Makefile
@@ -1,11 +1,13 @@
-# $NetBSD: Makefile,v 1.1 2014/10/06 19:46:59 roy Exp $
+# $NetBSD: Makefile,v 1.2 2014/10/06 20:12:30 roy Exp $
#
PKGNAME= dhcpcd-qt-${DHCPCD_UI_VERSION}
CATEGORIES= net
-DEPENDS+= dhcpcd>=6.4.4:../../net/dhcpcd
-DEPENDS+= dhcpcd-icons:../../net/dhcpcd-icons
+COMMENT= Qt system tray monitor for dhcpcd
+
+DEPENDS+= dhcpcd>=6.4.4:../../net/dhcpcd
+DEPENDS+= dhcpcd-icons>=${DHCPCD_UI_VERSION}:../../net/dhcpcd-icons
.include "../../net/dhcpcd-icons/Makefile.common"
@@ -21,4 +23,5 @@ BUILDLINK_DEPMETHOD.qt4-tools= build
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
.include "../../x11/qt4-libs/buildlink3.mk"
.include "../../x11/qt4-tools/buildlink3.mk"
+.include "../../sysutils/desktop-file-utils/desktopdb.mk"
.include "../../mk/bsd.pkg.mk"