mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
e9941eb31b
- Use new style for LIB_DEPENDS - Pass maintainership from Koichiro IWAO to myself for -gnome and -nx ports by his request - Bump PORTREVISION due to changed dependencies list [2] Noticed by: QAT [1], mat@ [2]
18 lines
424 B
Makefile
18 lines
424 B
Makefile
# Created by: Alexander Logvinov <avl@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PKGNAMESUFFIX= -vnc
|
|
|
|
COMMENT= Remmina plugin for VNC protocol
|
|
|
|
LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg \
|
|
libgnutls.so:${PORTSDIR}/security/gnutls \
|
|
libgcrypt.so:${PORTSDIR}/security/libgcrypt \
|
|
libvncserver.so:${PORTSDIR}/net/libvncserver
|
|
|
|
MASTERDIR= ${.CURDIR}/../remmina-plugins
|
|
|
|
PLIST_SUB+= ICONS="" SSH=""
|
|
|
|
.include "${MASTERDIR}/Makefile"
|