16 lines
270 B
Makefile
16 lines
270 B
Makefile
# Created by: Koichiro IWAO <meta+ports@vmeta.jp>
|
|
# $FreeBSD$
|
|
|
|
PKGNAMESUFFIX= -nx
|
|
|
|
MAINTAINER= meta+ports@vmeta.jp
|
|
COMMENT= Remmina plugin for NX
|
|
|
|
USE_XORG+= xkbfile
|
|
|
|
MASTERDIR= ${.CURDIR}/../remmina-plugins
|
|
|
|
WITH_NX= yes
|
|
|
|
NO_STAGE= yes
|
|
.include "${MASTERDIR}/Makefile"
|