mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-01 01:17:02 +00:00
b4541fc030
Approved by: portmgr blanket MFH: 2015Q3 (blanket)
23 lines
538 B
Makefile
23 lines
538 B
Makefile
# 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:${PORTSDIR}/devel/qca
|
|
|
|
USES= cmake:outsource gettext shebangfix tar:xz
|
|
USE_KDE4= kdeprefix pimlibs automoc4
|
|
USE_QT4= qmake_build moc_build rcc_build uic_build
|
|
|
|
SHEBANG_FILES= data/scripts/mail \
|
|
data/updaters/*.pl
|
|
|
|
.include <bsd.port.mk>
|