mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
752d20b1a0
Approved by: portmgr (blanket)
36 lines
792 B
Makefile
36 lines
792 B
Makefile
PORTNAME= wifimgr
|
|
PORTVERSION= 1.23
|
|
PORTREVISION= 3
|
|
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
|
|
|
|
MAKE_ENV= MANDIR="${STAGEDIR}${PREFIX}/share/man"
|
|
|
|
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>
|