freebsd-ports/irc/konversation-kde4/Makefile
Max Brazhnikov 3fe196b3e9 Update to 1.4
Remove indirect dependencies on textproc/docbook-xml and xorg ports
Distfile is now compressed with xz

Feature safe:	yes
2011-12-06 13:16:17 +00:00

28 lines
629 B
Makefile

# New ports collection makefile for: konversation
# Date created: 15 May 2003
# Whom: Kirill Ponomarew <ponomarew@oberon.net>
#
# $FreeBSD$
#
PORTNAME= konversation
PORTVERSION= 1.4
CATEGORIES= irc kde
MASTER_SITES= ${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR= stable/${PORTNAME}/${DISTVERSION}/src
MAINTAINER= makc@FreeBSD.org
COMMENT= A user friendly IRC client for KDE
LIB_DEPENDS= qca.2:${PORTSDIR}/devel/qca
LATEST_LINK= ${PORTNAME}-kde4
USE_XZ= yes
USE_CMAKE= yes
USE_KDE4= kdeprefix pimlibs automoc4
USE_QT_VER= 4
QT_COMPONENTS= qmake_build moc_build rcc_build uic_build
MAKE_JOBS_SAFE= yes
.include <bsd.port.mk>