8d6597e0bb
With hat: portmgr Sponsored by: Absolight
16 lines
297 B
Makefile
16 lines
297 B
Makefile
# Created by: Koichiro IWAO <meta+ports@vmeta.jp>
|
|
# $FreeBSD$
|
|
|
|
PKGNAMESUFFIX= -nx
|
|
|
|
COMMENT= Remmina plugin for NX
|
|
|
|
USE_XORG+= xkbfile
|
|
|
|
MASTERDIR= ${.CURDIR}/../remmina-plugins
|
|
|
|
LIB_DEPENDS+= libssh_threads.so:security/libssh
|
|
|
|
PLIST_SUB+= ICONS="" SSH="@comment "
|
|
|
|
.include "${MASTERDIR}/Makefile"
|