8d6597e0bb
With hat: portmgr Sponsored by: Absolight
12 lines
264 B
Makefile
12 lines
264 B
Makefile
# Created by: Koichiro IWAO <meta+ports@vmeta.jp>
|
|
# $FreeBSD$
|
|
|
|
PKGNAMESUFFIX= -gnome
|
|
|
|
COMMENT= Remmina plugin for GNOME Keyring
|
|
|
|
LIB_DEPENDS= libgnome-keyring.so:security/libgnome-keyring
|
|
|
|
MASTERDIR= ${.CURDIR}/../remmina-plugins
|
|
|
|
.include "${MASTERDIR}/Makefile"
|