mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
Remove irc/kvirc-devel in favour of updated irc/kvirc.
This commit is contained in:
parent
897c64a40d
commit
31ef163f68
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=257899
1
MOVED
1
MOVED
@ -4451,3 +4451,4 @@ net/nss_ldapd|net/nss-pam-ldapd|2010-07-16|Project was renamed
|
||||
sysutils/bacula-client-devel||2010-07-16|Removed
|
||||
sysutils/bacula-server-devel||2010-07-16|Removed
|
||||
java/eclipse-v4all||2010-07-16|Not useful with Eclipse 3.x
|
||||
irc/kvirc-devel||2010-07-17|irc/kvirc has been updated to the latest version
|
||||
|
@ -1,106 +0,0 @@
|
||||
# New ports collection makefile for: kvirc
|
||||
# Date created: 05 January 2004
|
||||
# Whom: Michael Ranner
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= kvirc
|
||||
DISTVERSION= 4.0rc3
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= irc kde
|
||||
MASTER_SITES= ftp://ftp.kvirc.de/pub/kvirc/snapshots/source/ \
|
||||
http://distfiles.officialunix.com/
|
||||
PKGNAMESUFFIX= -devel
|
||||
|
||||
MAINTAINER= makc@FreeBSD.org
|
||||
COMMENT= IRC client for QT4 and KDE4
|
||||
|
||||
FORBIDDEN= multiple vulnerabilities
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_GETTEXT= yes
|
||||
USE_QT_VER= 4
|
||||
QT_COMPONENTS= moc_build qmake_build rcc_build uic_build \
|
||||
dbus webkit gui network sql xml
|
||||
USE_CMAKE= yes
|
||||
CMAKE_ARGS= -DWITHOUT_ESD=yes -DWITHOUT_DOXYGEN=yes \
|
||||
-DMANUAL_REVISION=${SVN_REV} -DMANDIR=${MANPREFIX}
|
||||
INSTALLS_ICONS= yes
|
||||
CONFLICTS= kvirc-3.4.*
|
||||
# Fixes certain issues when installing/configuring
|
||||
SVN_REV= 4255
|
||||
|
||||
MAN1= kvirc.1
|
||||
MANLANG= "" de it
|
||||
|
||||
OPTIONS= AUDIOFILE "Compile with libaudiofile dependency" on \
|
||||
DEBUG "Compile with debug support" off \
|
||||
GSM "Compile with gsm support" off \
|
||||
KDE4 "Compile with KDE4 support" off \
|
||||
PHONON "Compile with phonon support" on \
|
||||
PYTHON "Compile support for python" off \
|
||||
PERL "Compile support for perl" on
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if defined(WITH_KDE4)
|
||||
USE_KDE4= kdelibs kdeprefix
|
||||
CMAKE_ARGS+= -DWITH_KDE4=yes
|
||||
.else
|
||||
CMAKE_ARGS+= -DWITHOUT_KDE4=yes
|
||||
.endif
|
||||
|
||||
.if defined(WITH_PYTHON)
|
||||
USE_PYTHON= yes
|
||||
CMAKE_ARGS+= -DWITH_PYTHON=yes
|
||||
PLIST_SUB+= PYTHONMOD=""
|
||||
.else
|
||||
CMAKE_ARGS+= -DWITHOUT_PYTHON=yes
|
||||
PLIST_SUB+= PYTHONMOD="@comment "
|
||||
.endif
|
||||
|
||||
.if defined(WITH_PERL)
|
||||
USE_PERL5= yes
|
||||
CMAKE_ARGS+= -DWITH_PERL=yes
|
||||
PLIST_SUB+= PERLMOD=""
|
||||
.else
|
||||
CMAKE_ARGS+= -DWITHOUT_PERL=yes
|
||||
PLIST_SUB+= PERLMOD="@comment "
|
||||
.endif
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION}<700042
|
||||
CMAKE_USE_PTHREAD= yes
|
||||
.endif
|
||||
|
||||
.if defined(WITH_AUDIOFILE)
|
||||
LIB_DEPENDS+= audiofile.0:${PORTSDIR}/audio/libaudiofile
|
||||
.else
|
||||
CMAKE_ARGS+= -DWITHOUT_AUDIOFILE=yes
|
||||
.endif
|
||||
|
||||
.if defined(WITH_DEBUG)
|
||||
CMAKE_ARGS+= -DDEBUG=yes -DVERBOSE=yes
|
||||
.endif
|
||||
|
||||
.if defined(WITH_GSM)
|
||||
LIB_DEPENDS+= gsm.1:${PORTSDIR}/audio/gsm
|
||||
.else
|
||||
CMAKE_ARGS+= -DWITHOUT_GSM=yes
|
||||
.endif
|
||||
|
||||
.if defined(WITH_PHONON)
|
||||
QT_COMPONENTS+= phonon
|
||||
CMAKE_ARGS+= -DKDE4_LIB_INSTALL_DIR=${KDE4_PREFIX}/lib \
|
||||
-DKDE4_INCLUDE_INSTALL_DIR=${KDE4_PREFIX}/include
|
||||
.else
|
||||
CMAKE_ARGS+= -DWITHOUT_PHONON=yes
|
||||
.endif
|
||||
|
||||
post-configure:
|
||||
@${MV} ${WRKSRC}/data/protocols/irc.protocol ${WRKSRC}/data/protocols/kvirc.protocol
|
||||
@${MV} ${WRKSRC}/data/protocols/irc6.protocol ${WRKSRC}/data/protocols/kvirc6.protocol
|
||||
|
||||
.include <bsd.port.post.mk>
|
@ -1,3 +0,0 @@
|
||||
MD5 (kvirc-4.0rc3.tar.bz2) = 4b4dad1ff823ace5c0c05740c390cd80
|
||||
SHA256 (kvirc-4.0rc3.tar.bz2) = 7dd1fca3aae23cab70c1ceabff5cf085d2ffa5095bf6c01812aa22624be7bc67
|
||||
SIZE (kvirc-4.0rc3.tar.bz2) = 4889772
|
@ -1,5 +0,0 @@
|
||||
A powerful Internet Relay Chat client designed for UNIX platforms.
|
||||
It is distributed as Free Software under the terms of the GNU
|
||||
General Public License.
|
||||
|
||||
WWW: http://www.kvirc.net
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user