mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-17 08:01:36 +00:00
17 lines
319 B
Makefile
17 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"
|