# New ports collection makefile for:	kaspaliste
# Date created:				16 December 2003
# Whom:					jaapb
#
# $FreeBSD: ports/print/kaspaliste/Makefile,v 1.6 2004/04/11 00:18:27 kris Exp $
#

PORTNAME=		kaspaliste
PORTVERSION=		0.94
PORTREVISION=	2
CATEGORIES=		print kde
MASTER_SITES=		http://kaspaliste.sourceforge.net/

MAINTAINER=		jaapb@kerguelen.org
COMMENT=		Bibliography tool for KDE/Postgres/BibTeX

LIB_DEPENDS= \
		pq.3:${PORTSDIR}/databases/postgresql-client

USE_BZIP2=		yes
USE_KDEBASE_VER=	3
GNU_CONFIGURE=		yes
USE_GMAKE=		yes
CONFIGURE_TARGET=
CONFIGURE_ARGS+=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}	\
			--with-pg-includes=${LOCALBASE}/include \
			--with-pg-libs=${LOCALBASE}/lib

.include <bsd.port.pre.mk>

.if ( ${OSVERSION} >= 502102 )
BROKEN=			"Does not compile on FreeBSD >= 5.x"
.endif

.include <bsd.port.post.mk>
