13 lines
240 B
Makefile
13 lines
240 B
Makefile
# Created by: Alexander Logvinov <avl@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PKGNAMESUFFIX= -i18n
|
|
|
|
COMMENT= Localized messages for Remmina plugins
|
|
|
|
MASTERDIR= ${.CURDIR}/../remmina-plugins
|
|
|
|
USES+= gettext
|
|
|
|
NO_STAGE= yes
|
|
.include "${MASTERDIR}/Makefile"
|