diff --git a/net-im/coyim/Makefile b/net-im/coyim/Makefile index 66b463cb2578..976365f3ad21 100644 --- a/net-im/coyim/Makefile +++ b/net-im/coyim/Makefile @@ -1,57 +1,57 @@ PORTNAME= coyim DISTVERSIONPREFIX= v DISTVERSION= 0.3.11 PORTREVISION= 19 CATEGORIES= net-im MAINTAINER= fox@FreeBSD.org -COMMENT= Safe and secure by default chat client +COMMENT= Safe and secure by default XMPP chat client which uses Tor WWW= https://coy.im LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 USES= gnome go pkgconfig USE_GNOME= atk cairo gdkpixbuf2 glib20 gtk30 pango USE_GITHUB= yes GH_SUBDIR= src/github.com/${GH_ACCOUNT}/${PORTNAME} OPTIONS_DEFINE= NLS OPTIONS_SUB= yes NLS_USES= gettext NLS_CONFIGURE_ENABLE= nls GO_BUILDFLAGS= -tags ${GTK_BUILD_TAG} SUB_LIST= PORTNAME=${PORTNAME} PLIST_FILES= bin/coyim \ share/applications/coyim.desktop \ share/pixmaps/coyim.png GTK_VERSION= "$$(pkg-config --modversion gtk+-3.0 | ${TR} . _ | cut -d '_' -f 1-2)" GTK_BUILD_TAG= gtk_${GTK_VERSION} COYIM_ICON= coyim.png COYIM_ICON_SRC= ${WRKSRC}/build/mac-bundle/coy.iconset/icon_32x32@2x.png COYIM_DESKTOP= ${WRKSRC}/build/coyim.desktop pre-build: cd ${WRKSRC} && ${SH} ./gen_version_file.sh ${DISTVERSIONPREFIX}${DISTVERSION} post-build: @${REINPLACE_CMD} -e '/^#/d' \ -e '/^$$/d' \ ${COYIM_DESKTOP} ${ECHO_CMD} "Exec=${PREFIX}/bin/coyim" >> ${COYIM_DESKTOP} ${ECHO_CMD} "Icon=${COYIM_ICON}" >> ${COYIM_DESKTOP} post-install: ${INSTALL_DATA} ${COYIM_DESKTOP} ${STAGEDIR}${PREFIX}/share/applications/ ${INSTALL_DATA} ${COYIM_ICON_SRC} ${STAGEDIR}${PREFIX}/share/pixmaps/${COYIM_ICON} .include diff --git a/net-im/coyim/pkg-descr b/net-im/coyim/pkg-descr index 91c8f72afe94..b949971d98f7 100644 --- a/net-im/coyim/pkg-descr +++ b/net-im/coyim/pkg-descr @@ -1,3 +1,3 @@ -CoyIM is a chat client that is safe and secure by default: no +CoyIM is an XMPP chat client that is safe and secure by default: no settings to change, no plugins to install, no computer configuration -to change. +to change. Requires Tor and is written in Go.