- Remmina now uses libsecret instead of libgnome-keyring - security/gnome-keyring is required to provide the daemon for interacting with the password store
15 lines
327 B
Makefile
15 lines
327 B
Makefile
# Created by: Koichiro IWAO <meta+ports@vmeta.jp>
|
|
# $FreeBSD$
|
|
|
|
PKGNAMESUFFIX= -gnome
|
|
|
|
COMMENT= Remmina plugin for GNOME Keyring
|
|
|
|
LIB_DEPENDS= libsecret-1.so:security/libsecret
|
|
RUN_DEPENDS= gnome-keyring:security/gnome-keyring
|
|
|
|
USES+= gettext-runtime
|
|
|
|
MASTERDIR= ${.CURDIR}/../remmina-plugins
|
|
|
|
.include "${MASTERDIR}/Makefile"
|