blob: 6ecadfde392d0aaf444de8de80655109f5422d4e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
# Created by: Thierry Thomas <thierry@pompo.net>
# $FreeBSD$
PORTNAME= Venom
PORTVERSION= 0.2.0.140630
CATEGORIES= net-im
MAINTAINER= thierry@FreeBSD.org
COMMENT= A cross-platform GUI for Tox written in Vala using GTK+
LICENSE= GPLv3
BUILD_DEPENDS= valac:${PORTSDIR}/lang/vala \
${LOCALBASE}/lib/libtoxcore.a:${PORTSDIR}/net-im/tox
LIB_DEPENDS= libgee-0.8.so:${PORTSDIR}/devel/libgee \
libjson-glib-1.0.so:${PORTSDIR}/devel/json-glib
RUN_DEPENDS= ${LOCALBASE}/lib/libtoxcore.a:${PORTSDIR}/net-im/tox
USE_GITHUB= yes
GH_ACCOUNT= naxuroqa
GH_TAGNAME= ${GH_COMMIT}
GH_COMMIT= dd91b7c
USES= cmake desktop-file-utils pkgconfig gettext
USE_GNOME= glib20 gtk30
USE_SQLITE= yes
INSTALLS_ICONS= yes
OPTIONS_DEFINE= QRCODE
OPTIONS_DEFAULT= QRCODE
QRCODE_DESC= "Show QR codes"
QRCODE_CMAKE_ON= -DENABLE_QR_ENCODE:BOOL="ON"
QRCODE_LIB_DEPENDS= libqrencode.so:${PORTSDIR}/graphics/libqrencode
.include <bsd.port.mk>
|