aboutsummaryrefslogtreecommitdiffstats
path: root/deskutils/kdeconnect/Makefile
blob: a7bddcce4f6061ee90e4e4f6d272a90b603a8dd6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# $FreeBSD$

PORTNAME=   kdeconnect-kde
PORTVERSION=    0.7.2
PORTREVISION=   4
CATEGORIES= deskutils
MASTER_SITES=   KDE/unstable/kdeconnect/${PORTVERSION}/src/

MAINTAINER= yurkis@gmail.com
COMMENT=    Support for KDE to interface between your phone and your computer

USES=       cmake:noninja compiler:c++0x gettext kde:4 tar:xz
USE_KDE=    kdelibs automoc4 workspace runtime
USE_QT4=    corelib gui moc_build qmake_build uic_build rcc_build
USE_LDCONFIG=   yes

.include <bsd.port.mk>