baee0a62c6
- Add gnome and nx plugins Big thanks to Koichiro IWAIO for his work! Submitted by: Koichiro IWAIO <meta AT vmeta DOT jp> via mail
13 lines
228 B
Makefile
13 lines
228 B
Makefile
# Created by: Alexander Logvinov <avl@FreeBSD.org>
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PKGNAMESUFFIX= -i18n
|
|
|
|
COMMENT= Localized messages for Remmina plugins
|
|
|
|
MASTERDIR= ${.CURDIR}/../remmina-plugins
|
|
|
|
USES+= gettext
|
|
|
|
.include "${MASTERDIR}/Makefile"
|