freebsd-ports/net/remmina-plugin-nx/Makefile
Niclas Zeising 897ad0b36e Add USES=xorg USES=gl, ports categories n
Add USES=xorg and USES=gl to ports in categories starting with 'n'.
While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
2019-11-06 18:58:04 +00:00

16 lines
288 B
Makefile

# Created by: Koichiro IWAO <meta+ports@vmeta.jp>
# $FreeBSD$
PKGNAMESUFFIX= -nx
COMMENT= Remmina plugin for NX
USES= gnome xorg
USE_GNOME= cairo
USE_XORG= x11 xkbfile
MASTERDIR= ${.CURDIR}/../remmina-plugins
LIB_DEPENDS= libssh.so:security/libssh
.include "${MASTERDIR}/Makefile"