# New ports collection makefile for:   frescobaldi
# Date created:        17 April 2011
# Whom:                martin.dieringer@gmx.de
#
# $FreeBSD: ports/print/frescobaldi/Makefile,v 1.2 2012/02/16 15:57:25 ashish Exp $
#

PORTNAME=	frescobaldi
PORTVERSION=	1.2.0
PORTREVISION=	1
CATEGORIES=	print
MASTER_SITES=	http://lilykde.googlecode.com/files/

MAINTAINER=	martin.dieringer@gmx.de
COMMENT=	A music score editor for lilypond

BUILD_DEPENDS=	${KDE4_PREFIX}/lib/kde4/kpythonpluginfactory.so:${PORTSDIR}/devel/kdebindings4-python-pykde4
RUN_DEPENDS=	lilypond:${PORTSDIR}/print/lilypond

USE_GETTEXT=	yes
INSTALLS_ICONS=	yes
USE_KDE4=	kdebase kdeprefix kdelibs pykde4
USE_CMAKE=	yes
USE_GMAKE=	yes
USE_PYTHON=	2.6+

do-install:
	@cd ${WRKSRC} && ${GMAKE} install

.include <bsd.port.mk>
