14 lines
316 B
Makefile
14 lines
316 B
Makefile
# Created by: Koichiro IWAO <meta+ports@vmeta.jp>
|
|
# $FreeBSD$
|
|
|
|
PKGNAMESUFFIX= -gnome
|
|
|
|
MAINTAINER= meta+ports@vmeta.jp
|
|
COMMENT= Remmina plugin for GNOME Keyring
|
|
|
|
LIB_DEPENDS= gnome-keyring:${PORTSDIR}/security/libgnome-keyring
|
|
|
|
MASTERDIR= ${.CURDIR}/../remmina-plugins
|
|
|
|
NO_STAGE= yes
|
|
.include "${MASTERDIR}/Makefile"
|