summaryrefslogtreecommitdiff
path: root/print/frescobaldi/Makefile
blob: 7adb5b8d0222895bc78d763f98fe712a69a1410d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# New ports collection makefile for:   frescobaldi
# Date created:        17 April 2011
# Whom:                martin.dieringer@gmx.de
#
# $FreeBSD$
#

PORTNAME=	frescobaldi
PORTVERSION=	1.2.0
PORTREVISION=	2
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>