freebsd-ports/net-im/pidgin-skypeweb/Makefile
Kurt Jaeger 4fc2d783b3 net-im/pidgin-skypeweb: update 1.2.2 -> 1.4
PR:		224527
Submitted by:	Dmitri Goutnik <dg@syrec.org>
Approved by:	sepulkarium45@yahoo.com (maintainer timeout)
Relnotes:	https://github.com/EionRobb/skype4pidgin/releases
2018-01-11 19:09:27 +00:00

42 lines
903 B
Makefile

# Created by: Andrey Akhmichin <sepulkarium45@yahoo.com>
# $FreeBSD$
PORTNAME= pidgin-skypeweb
PORTVERSION= 1.4
PORTEPOCH= 1
CATEGORIES= net-im
MAINTAINER= sepulkarium45@yahoo.com
COMMENT= Plugin to use Skype chat from Pidgin(without Skype running)
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
USE_GITHUB= yes
GH_ACCOUNT= EionRobb
GH_PROJECT= skype4pidgin
USES= cmake dos2unix gettext-runtime pkgconfig
USE_GNOME= glib20
USE_LDCONFIG= yes
LDFLAGS+= -L${LOCALBASE}/lib
DOS2UNIX_FILES= gpl3.txt \
libskypeweb.c \
skypeweb_connection.c \
skypeweb_contacts.c \
skypeweb_login.c \
skypeweb_messages.c \
skypeweb_util.c \
skypeweb_util.h \
theme
CONFLICTS_INSTALL= pidgin-skype-*
WRKSRC_SUBDIR= skypeweb
.include <bsd.port.mk>