# ex:ts=8
# Ports collection makefile for:	K.R.S.S.
# Date created:			Apr 17, 2002
# Whom:				ijliao
#
# $FreeBSD: ports/deskutils/krss/Makefile,v 1.1 2002/04/18 06:23:43 ijliao Exp $
#

PORTNAME=	krss
PORTVERSION=	2.6
CATEGORIES=	deskutils kde
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	${PORTNAME}

MAINTAINER=	ports@FreeBSD.org

LIB_DEPENDS=	jpeg:${PORTSDIR}/graphics/jpeg \
		png:${PORTSDIR}/graphics/png

USE_KDEBASE_VER=	2
GNU_CONFIGURE=	yes
USE_GMAKE=	yes
MAKE_ENV=	${CONFIGURE_ENV}

post-patch:
	@${PERL} -pi -e "s,-lqt,-lqt2,g" ${WRKSRC}/configure

.include <bsd.port.mk>
