diff options
Diffstat (limited to 'net-im/ring-libclient/Makefile')
-rw-r--r-- | net-im/ring-libclient/Makefile | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/net-im/ring-libclient/Makefile b/net-im/ring-libclient/Makefile deleted file mode 100644 index db6180835c11..000000000000 --- a/net-im/ring-libclient/Makefile +++ /dev/null @@ -1,37 +0,0 @@ -# Created by: Yuri Victorovich <yuri@rawbw.com> -# $FreeBSD$ - -PORTNAME= ring-libclient -PORTVERSION= 0.160516 -PORTREVISION= 4 -#DISTVERSIONPREFIX= v -CATEGORIES= net-im net-p2p - -MAINTAINER= yuri@FreeBSD.org -COMMENT= Client library for the Ring VoIP SIP phone and IM - -LICENSE= GPLv3 - -DEPRECATED= Depends on expiring and broken net-im/ring-daemon -EXPIRATION_DATE= 2018-03-19 - -LIB_DEPENDS= libring.so:net-im/ring-daemon - -USE_GITHUB= yes -#GH_TUPLE+= savoirfairelinux:ring-lrc:9eaac77 -GH_TUPLE+= savoirfairelinux:ring-lrc:cb5ee04 - -USES= cmake compiler:c++14-lang -USE_GNOME= glib20 gtk20 cairo gdkpixbuf2 -USE_XORG= x11 xscrnsaver -USE_GL= gl -USE_QT5= core gui network xml opengl sql sql-sqlite3_run widgets svg \ - concurrent buildtools_build linguisttools_build qmake_build -USE_LDCONFIG= yes -CMAKE_ARGS+= -DCMAKE_BUILD_TYPE=Release - -OPTIONS_DEFINE= NLS -NLS_CMAKE_ON= -DFREEBSD_NLS_ON:BOOL=ON -OPTIONS_SUB= yes - -.include <bsd.port.mk> |