22 lines
638 B
Makefile
22 lines
638 B
Makefile
# $NetBSD: Makefile,v 1.42 2017/02/12 06:25:50 ryoon Exp $
|
|
#
|
|
|
|
PKGNAME= dhcpcd-gtk-${DHCPCD_UI_VERSION}
|
|
PKGREVISION= 4
|
|
CATEGORIES= net
|
|
|
|
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"
|
|
|
|
USE_TOOLS+= pkg-config
|
|
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"
|