aboutsummaryrefslogtreecommitdiffstats
path: root/irc/konversation-kde4/Makefile
blob: 367b13a973b7b5966136e065ec8e175800a565b5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Created by: Kirill Ponomarew <ponomarew@oberon.net>
# $FreeBSD$

PORTNAME=   konversation
PORTVERSION=    1.5.1
PORTREVISION=   1
CATEGORIES= irc kde
MASTER_SITES=   KDE/stable/${PORTNAME}/${DISTVERSION}/src

MAINTAINER= makc@FreeBSD.org
COMMENT=    User friendly IRC client for KDE

LIB_DEPENDS=    libqca.so:devel/qca

USES=       cmake:outsource gettext kde:4 shebangfix tar:xz
USE_KDE=    pimlibs automoc4
USE_QT4=    qmake_build moc_build rcc_build uic_build

SHEBANG_FILES=  data/scripts/mail \
        data/updaters/*.pl

.include <bsd.port.mk>