mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
2c672a4de9
While here, make sure gtk-update-icon-cache is only on run dependency where added as a dependency Enforce gtk3 to depend on gtk-update-icon-cache (previously it was inheriting the dependency)
34 lines
726 B
Makefile
34 lines
726 B
Makefile
# Created by: J.R. Oldroyd <fbsd@opal.com>
|
|
|
|
PORTNAME= wifimgr
|
|
PORTVERSION= 1.17
|
|
CATEGORIES= net-mgmt sysutils
|
|
MASTER_SITES= http://opal.com/freebsd/ports/net-mgmt/wifimgr/ \
|
|
LOCAL/ehaupt
|
|
|
|
MAINTAINER= fbsd@opal.com
|
|
COMMENT= WiFi Networks Manager
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
|
|
libfreetype.so:print/freetype2
|
|
|
|
USES= desktop-file-utils gnome pkgconfig tar:bzip2 xorg
|
|
USE_GNOME= cairo
|
|
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>
|