9c92f0b093
ChangeLog: https://opal.com/src/wifimgr/ PR: 266312
32 lines
725 B
Makefile
32 lines
725 B
Makefile
PORTNAME= wifimgr
|
|
PORTVERSION= 1.23
|
|
CATEGORIES= net-mgmt sysutils
|
|
MASTER_SITES= https://opal.com/src/wifimgr/
|
|
|
|
MAINTAINER= fbsd@opal.com
|
|
COMMENT= WiFi Networks Manager
|
|
WWW= https://opal.com/src/wifimgr/
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
|
|
libfreetype.so:print/freetype2 \
|
|
libharfbuzz.so:print/harfbuzz
|
|
|
|
USES= desktop-file-utils gnome pkgconfig tar:xz xorg
|
|
USE_GNOME= cairo gdkpixbuf2
|
|
USE_XORG= x11
|
|
|
|
OPTIONS_DEFINE= GTK2 NLS
|
|
OPTIONS_SUB= yes
|
|
|
|
GTK2_USE= GNOME=gtk20
|
|
GTK2_MAKE_ENV= GTK_VERSION=2
|
|
GTK2_USE_OFF= GNOME=gtk30
|
|
|
|
NLS_USES= gettext-runtime gettext-tools
|
|
NLS_MAKE_ENV_OFF= WITHOUT_NLS=yes
|
|
NLS_CFLAGS_OFF= -DWITHOUT_NLS
|
|
|
|
.include <bsd.port.mk>
|