freebsd-ports/net/remmina-plugin-st/Makefile
Ben Woods aba53255ae net/remmina and net/remmina-plugin*: Upgrade to 1.3.9
Also fix net/remmina-plugin-st:
- Remove duplicate icon installed by net/remmina-plugin-exec
- Include as default dependency of net/remmina-plugins

Changes this release:
  https://gitlab.com/Remmina/Remmina/blob/v1.3.9/CHANGELOG.md
2019-12-30 12:28:10 +00:00

18 lines
456 B
Makefile

# 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"