freebsd-ports/net-im/pidgin-skypeweb/Makefile
Yuri Victorovich c3290df313 net-im/pidgin-skypeweb: Update 1.4 -> 1.5
Port changes:
* Remove most of DOS2UNIX_FILES
* Replace LDFLAGS with localbase:ldflags
* Order USExx section

PR:		230195
Submitted by:	Dmitri Goutnik <dg@syrec.org>
Approved by:	sepulkarium45@yahoo.com (maintainer's timeout; 30 days)
2018-08-30 20:28:31 +00:00

33 lines
735 B
Makefile

# Created by: Andrey Akhmichin <sepulkarium45@yahoo.com>
# $FreeBSD$
PORTNAME= pidgin-skypeweb
PORTVERSION= 1.5
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
USES= cmake dos2unix gettext-runtime localbase:ldflags pkgconfig
USE_GITHUB= yes
GH_ACCOUNT= EionRobb
GH_PROJECT= skype4pidgin
USE_GNOME= glib20
USE_LDCONFIG= yes
DOS2UNIX_FILES= gpl3.txt theme
CONFLICTS_INSTALL= pidgin-skype-*
WRKSRC_SUBDIR= skypeweb
.include <bsd.port.mk>