pkgsrc/net/dhcpcd-icons/Makefile
roy 229fd3c3d4 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
2014-10-06 19:46:59 +00:00

16 lines
393 B
Makefile

# $NetBSD: Makefile,v 1.1 2014/10/06 19:46:59 roy Exp $
#
PKGNAME= dhcpcd-icons-${DHCPCD_UI_VERSION}
CATEGORIES= net
COMMENT= Shared icons for dhcpcd-gtk and dhcpcd-qt
.include "Makefile.common"
CONFIGURE_ARGS+= --with-icons
# dhcpcd-gtk-0.6.0 installed its own icons
CONFLICTS= dhcpcd-gtk<0.7
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"