mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-31 05:41:08 +00:00
9f73f82290
conflict with base libssh.so
17 lines
309 B
Makefile
17 lines
309 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:${PORTSDIR}/security/libssh
|
|
|
|
PLIST_SUB+= ICONS="" SSH="@comment "
|
|
|
|
.include "${MASTERDIR}/Makefile"
|