16 lines
319 B
Makefile
16 lines
319 B
Makefile
# New ports collection makefile for: remmina-plugin-i18n
|
|
# Date created: 24 June 2010
|
|
# Whom: Alexander Logvinov <avl@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PKGNAMESUFFIX= -i18n
|
|
|
|
COMMENT= Localized messages for Remmina plugins
|
|
|
|
MASTERDIR= ${.CURDIR}/../remmina-plugins
|
|
|
|
USE_GETTEXT= yes
|
|
|
|
.include "${MASTERDIR}/Makefile"
|