baf7ca9daf
* decode escaped \2XX and \\ correctly * support the up and coming dhcpcd-9 dhcpcd-ui-0.7.6 changes: * added dhcpcd-curses - this is very much a work in progress * allow background scanning when interface is down * wireless icon represents signal strength better * improved wpa_suppliant interaction * Qt5 is supported * supports newer dhcpcd variables
24 lines
750 B
Text
24 lines
750 B
Text
# $NetBSD: Makefile.common,v 1.6 2019/12/03 15:40:05 roy Exp $
|
|
|
|
# used by net/dhcpcd-gtk/Makefile
|
|
# used by net/dhcpcd-qt/Makefile
|
|
|
|
DHCPCD_UI_VERSION= 0.7.7
|
|
DISTNAME= dhcpcd-ui-${DHCPCD_UI_VERSION}
|
|
MASTER_SITES= https://roy.marples.name/downloads/dhcpcd/
|
|
MASTER_SITES+= ftp://roy.marples.name/pub/dhcpcd/
|
|
MASTER_SITES+= http://roy.aydogan.net/dhcpcd/
|
|
EXTRACT_SUFX= .tar.xz
|
|
|
|
MAINTAINER= roy@NetBSD.org
|
|
HOMEPAGE= https://roy.marples.name/projects/dhcpcd-ui/
|
|
LICENSE= modified-bsd
|
|
|
|
USE_LANGUAGES= c99
|
|
HAS_CONFIGURE= yes
|
|
CONFIGURE_ARGS+= --without-dhcpcd-online
|
|
CONFIGURE_ARGS+= --without-curses
|
|
CONFIGURE_ARGS+= --without-gtk+
|
|
CONFIGURE_ARGS+= --without-qt
|
|
CONFIGURE_ARGS+= --without-icons
|
|
CONFIGURE_ARGS+= --mandir=${PREFIX:Q}/${PKGMANDIR:Q}
|