forked from Lainports/opnsense-ports
17 lines
452 B
Makefile
17 lines
452 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= kdeconnect-kde
|
|
PORTVERSION= 0.7.2
|
|
PORTREVISION= 1
|
|
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 compiler:c++0x gettext tar:xz
|
|
USE_KDE4= kdelibs automoc4 workspace runtime
|
|
USE_QT4= corelib gui moc_build qmake_build uic_build rcc_build
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.mk>
|