baee0a62c6
- Add gnome and nx plugins Big thanks to Koichiro IWAIO for his work! Submitted by: Koichiro IWAIO <meta AT vmeta DOT jp> via mail
14 lines
365 B
Makefile
14 lines
365 B
Makefile
# Created by: Alexander Logvinov <avl@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PKGNAMESUFFIX= -vnc
|
|
|
|
COMMENT= Remmina plugin for VNC protocol
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/include/gcrypt.h:${PORTSDIR}/security/libgcrypt
|
|
LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg \
|
|
gnutls:${PORTSDIR}/security/gnutls
|
|
|
|
MASTERDIR= ${.CURDIR}/../remmina-plugins
|
|
|
|
.include "${MASTERDIR}/Makefile"
|