1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-09 06:51:44 +00:00
freebsd-ports/irc/konversation-kde4/Makefile
Max Brazhnikov ffd97b17f5 irc/konversation-kde4:
- update to 1.5.0 [1]
- convert to USES=tar:xz
- squeeze MASTER_SITE/MASTER_SITE_SUBDIR

PR:		based on ports/187720 [1]
Submitted by:	Matthew Rezny <matthew@reztek.cz>
2014-03-28 20:40:25 +00:00

21 lines
497 B
Makefile

# Created by: Kirill Ponomarew <ponomarew@oberon.net>
# $FreeBSD$
PORTNAME= konversation
PORTVERSION= 1.5
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
.include <bsd.port.mk>