aboutsummaryrefslogtreecommitdiff
path: root/net/remmina-plugin-st/Makefile
blob: 36d129feacf34b131aa97b29175c146dec0985ed (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Created by: Alexander Logvinov <avl@FreeBSD.org>
# $FreeBSD$

PKGNAMESUFFIX=	-st

COMMENT=	Remmina plugin for (Simple) Terminal use cases

RUN_DEPENDS=    ${LOCALBASE}/share/icons/hicolor/scalable/emblems/remmina-tool-symbolic.svg:net/remmina-plugin-exec # Shared icon file deleted below

USES=		gnome
USE_GNOME=	cairo

post-install:
	${RM} -rv ${STAGEDIR}${PREFIX}/share/icons

MASTERDIR=	${.CURDIR}/../remmina-plugins

.include "${MASTERDIR}/Makefile"