6b35fb9c3f
Changes this release: https://gitlab.com/Remmina/Remmina/blob/v1.2.31.4/CHANGELOG.md
16 lines
328 B
Makefile
16 lines
328 B
Makefile
# Created by: Koichiro IWAO <meta+ports@vmeta.jp>
|
|
# $FreeBSD$
|
|
|
|
PKGNAMESUFFIX= -secret
|
|
|
|
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"
|