# New ports collection makefile for:   kmerlin
# Date created:        20 September 2002
# Whom:                Cdric Lamalle
#
# $FreeBSD: ports/net/kmerlin/Makefile,v 1.6 2003/02/21 13:14:46 knu Exp $
#

PORTNAME=	kmerlin
PORTVERSION=	1.2
CATEGORIES=	net
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	${PORTNAME}

MAINTAINER=		cedric@cedric.trix.net
COMMENT=	An IM (Instant Messenger) KDE client for the Microsoft MSN Network

USE_KDELIBS_VER=3
GNU_CONFIGURE=	yes
USE_GMAKE=	yes
USE_AUTOMAKE_VER=15
USE_AUTOMAKE=	yes
.include "${.CURDIR}/../../x11/kde3/Makefile.kde"
CONFIGURE_ARGS+=	--prefix=${LOCALBASE}

pre-configure:
	cd ${WRKSRC} && ${GMAKE} -f Makefile.cvs

.include <bsd.port.mk>
