37 lines
1 KiB
Makefile
37 lines
1 KiB
Makefile
# Created by: Kirill Ponomarew <ponomarew@oberon.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= konversation
|
|
PORTVERSION= 1.7.5
|
|
PORTREVISION= 3
|
|
CATEGORIES= irc kde
|
|
MASTER_SITES= KDE/stable/${PORTNAME}/${DISTVERSION}/src
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= User friendly IRC client for KDE
|
|
|
|
LICENSE= GPLv2+
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
LIB_DEPENDS= libqca-qt5.so:devel/qca
|
|
|
|
USES= cmake compiler:c++11-lang desktop-file-utils gettext kde:5 \
|
|
python:run qt:5 shebangfix tar:xz
|
|
USE_KDE= archive auth bookmarks codecs completion config \
|
|
configwidgets coreaddons crash dbusaddons doctools ecm \
|
|
emoticons globalaccel i18n iconthemes idletime itemviews \
|
|
jobwidgets kio notifications notifyconfig parts service solid \
|
|
sonnet textwidgets wallet widgetsaddons windowsystem xmlgui \
|
|
init_run
|
|
USE_QT= core dbus gui network phonon4 widgets xml \
|
|
buildtools_build qmake_build
|
|
|
|
SHEBANG_FILES= data/scripts/bug \
|
|
data/scripts/cmd \
|
|
data/scripts/mail \
|
|
data/scripts/media \
|
|
data/scripts/sayclip \
|
|
data/scripts/sysinfo \
|
|
data/updaters/*.pl
|
|
|
|
.include <bsd.port.mk>
|