mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
c9b0bc3b68
- Add extra patch for FreeBSD<10.3-RELEASE as utimensat isn't available - Take maintainership - Modernise port: use new options helpers and USES=pathfix - Correct LICENSE and add LICENSE_FILE - Add new dependencies detected by qa script - Add new option for enabling user survey (off by default) - Also update net/remmina-plugins and net/remmina-plugin-* - Remove net/remmina-plugin-i18n - translations were removed upstream Approved by: adamw (mentor) Differential Revision: D8436
16 lines
327 B
Makefile
16 lines
327 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 \
|
|
libsecret-1.so:security/libsecret
|
|
|
|
USES+= gettext-runtime
|
|
|
|
MASTERDIR= ${.CURDIR}/../remmina-plugins
|
|
|
|
.include "${MASTERDIR}/Makefile"
|