mirror of
https://git.freebsd.org/ports.git
synced 2025-06-19 11:40:31 -04:00
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"
|