2003-05-16 11:23:12 +00:00
|
|
|
# New ports collection makefile for: konversation
|
|
|
|
# Date created: 15 May 2003
|
|
|
|
# Whom: Kirill Ponomarew <ponomarew@oberon.net>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= konversation
|
2003-11-20 22:13:52 +00:00
|
|
|
PORTVERSION= 0.13
|
2004-02-04 05:21:48 +00:00
|
|
|
PORTREVISION= 1
|
2003-05-16 11:23:12 +00:00
|
|
|
CATEGORIES= irc kde
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
|
2004-01-07 21:19:43 +00:00
|
|
|
MAINTAINER= brueffer@phoenix-systems.de
|
2003-05-16 11:23:12 +00:00
|
|
|
COMMENT= A user friendly IRC client for KDE
|
|
|
|
|
|
|
|
USE_KDELIBS_VER=3
|
|
|
|
GNU_CONFIGURE= yes
|
2003-06-02 18:06:54 +00:00
|
|
|
USE_REINPLACE= yes
|
2003-11-20 22:13:52 +00:00
|
|
|
USE_BZIP2= yes
|
|
|
|
USE_GMAKE= yes
|
2003-05-16 11:23:12 +00:00
|
|
|
|
2004-01-18 15:27:01 +00:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|-O2||g' ${WRKSRC}/${CONFIGURE_SCRIPT}
|
2003-05-16 11:23:12 +00:00
|
|
|
|
2004-01-18 15:27:01 +00:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.include "${PORTSDIR}/x11/kde3/Makefile.kde"
|
|
|
|
.include <bsd.port.post.mk>
|