mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
36 lines
905 B
Makefile
36 lines
905 B
Makefile
# Created by: Michael Ranner
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= KVIrc
|
|
DISTVERSION= 5.0.0-73
|
|
DISTVERSIONSUFFIX= -gbdeac0429
|
|
CATEGORIES= irc kde
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= IRC client for KDE
|
|
|
|
LICENSE= GPLv2+
|
|
LICENSE_FILE= ${WRKSRC}/doc/ABOUT-LICENSE
|
|
|
|
LIB_DEPENDS= libaudiofile.so:audio/libaudiofile \
|
|
libenchant.so:textproc/enchant
|
|
|
|
USES= cmake compiler:c++11-lang cpe desktop-file-utils gettext gnome \
|
|
kde:5 perl5 pkgconfig python qt:5 ssl tar:bzip2 xorg
|
|
USE_GNOME= glib20
|
|
USE_PERL5= build
|
|
USE_KDE= auth codecs config configwidgets coreaddons i18n notifications \
|
|
service widgetsaddons windowsystem xmlgui
|
|
USE_QT= core dbus gui multimedia network phonon4 printsupport sql svg \
|
|
webkit widgets x11extras xml \
|
|
buildtools_build qmake_build
|
|
USE_XORG= ice sm x11 xext xrender xscrnsaver
|
|
USE_LDCONFIG= yes
|
|
USE_GITHUB= yes
|
|
|
|
CMAKE_ARGS= -DMANDIR:STRING=man
|
|
|
|
PLIST_SUB= VER=5.0
|
|
|
|
.include <bsd.port.mk>
|