2003-05-16 13:23:12 +02:00
|
|
|
# New ports collection makefile for: konversation
|
|
|
|
# Date created: 15 May 2003
|
|
|
|
# Whom: Kirill Ponomarew <ponomarew@oberon.net>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= konversation
|
2006-01-30 13:54:24 +01:00
|
|
|
PORTVERSION= 0.19
|
2003-05-16 13:23:12 +02:00
|
|
|
CATEGORIES= irc kde
|
2005-02-28 03:34:48 +01:00
|
|
|
MASTER_SITES= http://download.berlios.de/${PORTNAME}/ \
|
|
|
|
http://www.hitnet.rwth-aachen.de/~brueffer/distfiles/
|
2003-05-16 13:23:12 +02:00
|
|
|
|
2004-02-23 21:57:56 +01:00
|
|
|
MAINTAINER= markus@FreeBSD.org
|
2003-05-16 13:23:12 +02:00
|
|
|
COMMENT= A user friendly IRC client for KDE
|
|
|
|
|
|
|
|
USE_KDELIBS_VER=3
|
|
|
|
GNU_CONFIGURE= yes
|
2003-06-02 20:06:54 +02:00
|
|
|
USE_REINPLACE= yes
|
2003-11-20 23:13:52 +01:00
|
|
|
USE_BZIP2= yes
|
|
|
|
USE_GMAKE= yes
|
2003-05-16 13:23:12 +02:00
|
|
|
|
2004-01-18 16:27:01 +01:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|-O2||g' ${WRKSRC}/${CONFIGURE_SCRIPT}
|
2003-05-16 13:23:12 +02:00
|
|
|
|
2004-06-06 13:46:15 +02:00
|
|
|
.include <bsd.port.mk>
|