mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
a9d0d9504b
- Update Remmina and Remmina plugins collection to git commit b6a55ae
- Use new style for LIB_DEPENDS
- Stagify
13 lines
226 B
Makefile
13 lines
226 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"
|