mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
f51d9dab58
Native host messaging connector that provides integration with GNOME Shell and the corresponding extensions repository https://extensions.gnome.org WWW: https://wiki.gnome.org/Projects/GnomeShellIntegrationForChrome PR: 232330 Submitted by: Daniel Shafer <daniel@shafer.cc>
37 lines
786 B
Makefile
37 lines
786 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= chrome-gnome-shell
|
|
DISTVERSION= 10.1
|
|
CATEGORIES= www gnome
|
|
MASTER_SITES= GNOME
|
|
|
|
MAINTAINER= daniel@shafer.cc
|
|
COMMENT= GNOME Shell integration for Chrome
|
|
|
|
LICENSE= GPLv3
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
BUILD_DEPENDS= base64:converters/base64 \
|
|
gnome-shell>=3.28:x11/gnome-shell \
|
|
jq:textproc/jq
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR} \
|
|
gnome-shell>=3.28:x11/gnome-shell \
|
|
unzip>=6.0:archivers/unzip
|
|
|
|
USES= cmake gnome python tar:xz
|
|
USE_GNOME= pygobject3
|
|
|
|
CMAKE_OFF= BUILD_EXTENSION
|
|
CMAKE_ARGS= -DCMAKE_INSTALL_LIBDIR=lib
|
|
|
|
INSTALL_TARGET= install
|
|
|
|
NO_ARCH= yes
|
|
INSTALLS_ICONS= yes
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e '/find_program_ex/s|gsha256sum|gsha256sum sha256|g' ${WRKSRC}/CMakeLists.txt
|
|
|
|
.include <bsd.port.mk>
|