mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-09 06:51:44 +00:00
ffd97b17f5
- 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>
21 lines
497 B
Makefile
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>
|