# New ports collection makefile for:	kchm
# Date created:				19 March 2005
# Whom:					pypt
#
# $FreeBSD: ports/deskutils/kchm/Makefile,v 1.3 2005/07/04 12:08:55 arved Exp $
#

PORTNAME=	kchm
PORTVERSION=	0.6.5
PORTREVISION=	2
CATEGORIES=	deskutils kde
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=kchmnew
DISTNAME=	${PORTNAME}-${PORTVERSION}

MAINTAINER=	shirshegsm@gmail.com
COMMENT=	A KDE viewer for CHM files

LIB_DEPENDS=	chm.0:${PORTSDIR}/misc/chmlib

USE_BZIP2=		yes
USE_KDEBASE_VER=	3
USE_GMAKE=		yes
GNU_CONFIGURE=		yes
USE_LIBTOOL_INC_VER=	15

.include <bsd.port.pre.mk>

.if ${OSVERSION} < 500000
BROKEN=	"Does not compile"
.endif

.include <bsd.port.post.mk>
