12 lines
222 B
Makefile
12 lines
222 B
Makefile
# Created by: Ben Woods <woodsb02@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PKGNAMESUFFIX= -exec
|
|
|
|
COMMENT= Remmina plugin to execute a command
|
|
|
|
USE_GNOME+= cairo
|
|
|
|
MASTERDIR= ${.CURDIR}/../remmina-plugins
|
|
|
|
.include "${MASTERDIR}/Makefile"
|