blob: 42d9c32238bccdb41fbd144d22b8673891af7cf4 (
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
|
PORTNAME= pidgin-skypeweb
PORTVERSION= 1.7
PORTEPOCH= 1
CATEGORIES= net-im
MAINTAINER= sepulkarium45@yahoo.com
COMMENT= Plugin to use Skype chat from Pidgin(without Skype running)
WWW= https://github.com/EionRobb/skype4pidgin/tree/master/skypeweb
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/gpl3.txt
BUILD_DEPENDS= pidgin:net-im/pidgin
RUN_DEPENDS= pidgin:net-im/pidgin
LIB_DEPENDS= libjson-glib-1.0.so:devel/json-glib \
libpurple.so:net-im/libpurple
USES= cmake dos2unix gettext-runtime gnome localbase:ldflags \
pkgconfig
USE_GITHUB= yes
GH_ACCOUNT= EionRobb
GH_PROJECT= skype4pidgin
USE_GNOME= glib20
USE_LDCONFIG= yes
DOS2UNIX_FILES= gpl3.txt theme
WRKSRC_SUBDIR= skypeweb
.include <bsd.port.mk>
|