diff options
author | roy <roy@pkgsrc.org> | 2014-10-06 19:46:59 +0000 |
---|---|---|
committer | roy <roy@pkgsrc.org> | 2014-10-06 19:46:59 +0000 |
commit | 211a37da215b1af4949af1f5f92772c0b3b77103 (patch) | |
tree | a59a5570cd9daa8b90ef6940af8bda2ed555ffa0 /net/dhcpcd-qt/Makefile | |
parent | b6c0588a1fe006b2d224faacf6abc021f2fdb742 (diff) | |
download | pkgsrc-211a37da215b1af4949af1f5f92772c0b3b77103.tar.gz |
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
Diffstat (limited to 'net/dhcpcd-qt/Makefile')
-rw-r--r-- | net/dhcpcd-qt/Makefile | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/net/dhcpcd-qt/Makefile b/net/dhcpcd-qt/Makefile new file mode 100644 index 00000000000..c31cff83146 --- /dev/null +++ b/net/dhcpcd-qt/Makefile @@ -0,0 +1,24 @@ +# $NetBSD: Makefile,v 1.1 2014/10/06 19:46:59 roy Exp $ +# + +PKGNAME= dhcpcd-qt-${DHCPCD_UI_VERSION} +CATEGORIES= net + +DEPENDS+= dhcpcd>=6.4.4:../../net/dhcpcd +DEPENDS+= dhcpcd-icons:../../net/dhcpcd-icons + +.include "../../net/dhcpcd-icons/Makefile.common" + +USE_LANGUAGES= c99 c++ +CONFIGURE_ARGS+= --with-qt +# Until I can get KDE4 to install... +CONFIGURE_ARGS+= --disable-notification + +INSTALL_MAKE_FLAGS+= INSTALL_ROOT=${DESTDIR:Q} + +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 "../../mk/bsd.pkg.mk" |