aboutsummaryrefslogtreecommitdiff
path: root/irc/konversation-kde4/Makefile
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2004-02-14 07:18:35 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2004-02-14 07:18:35 +0000
commit00535086d3a922b17e2beead589f92e6cd585ff8 (patch)
tree39749b1efaaad8c42f3be50320a00cac0799aacc /irc/konversation-kde4/Makefile
parentb6deb36621300a80aab2d23031a1a259f9b0ce01 (diff)
downloadports-00535086d3a922b17e2beead589f92e6cd585ff8.tar.gz
ports-00535086d3a922b17e2beead589f92e6cd585ff8.zip
This commit was manufactured by cvs2svn to create tag 'RELEASE_5_2_1'.release/5.2.1
Notes
Notes: svn path=/head/; revision=100899 svn path=/tags/RELEASE_5_2_1/; revision=100900; tag=release/5.2.1
Diffstat (limited to 'irc/konversation-kde4/Makefile')
-rw-r--r--irc/konversation-kde4/Makefile26
1 files changed, 0 insertions, 26 deletions
diff --git a/irc/konversation-kde4/Makefile b/irc/konversation-kde4/Makefile
deleted file mode 100644
index 47d5be81ee59..000000000000
--- a/irc/konversation-kde4/Makefile
+++ /dev/null
@@ -1,26 +0,0 @@
-# New ports collection makefile for: konversation
-# Date created: 15 May 2003
-# Whom: Kirill Ponomarew <ponomarew@oberon.net>
-#
-# $FreeBSD$
-#
-
-PORTNAME= konversation
-PORTVERSION= 0.13
-CATEGORIES= irc kde
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= ${PORTNAME}
-
-MAINTAINER= krion@FreeBSD.org
-COMMENT= A user friendly IRC client for KDE
-
-USE_KDELIBS_VER=3
-GNU_CONFIGURE= yes
-USE_REINPLACE= yes
-USE_BZIP2= yes
-USE_GMAKE= yes
-
-CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
-
-.include "${.CURDIR}/../../x11/kde3/Makefile.kde"
-.include <bsd.port.mk>