2011-09-17 12:04:37 +02:00
|
|
|
# New ports collection makefile for: frescobaldi
|
|
|
|
# Date created: 17 April 2011
|
|
|
|
# Whom: martin.dieringer@gmx.de
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= frescobaldi
|
2012-09-06 16:02:41 +02:00
|
|
|
PORTVERSION= 2.0.7
|
|
|
|
CATEGORIES= print kde
|
|
|
|
MASTER_SITES= http://cloud.github.com/downloads/wbsoft/frescobaldi/
|
2011-09-17 12:04:37 +02:00
|
|
|
|
|
|
|
MAINTAINER= martin.dieringer@gmx.de
|
|
|
|
COMMENT= A music score editor for lilypond
|
|
|
|
|
2012-09-06 16:02:41 +02:00
|
|
|
RUN_DEPENDS= lilypond:${PORTSDIR}/print/lilypond \
|
|
|
|
${PYTHON_SITELIBDIR}/popplerqt4.so:${PORTSDIR}/graphics/py-poppler-qt4
|
2011-09-17 12:04:37 +02:00
|
|
|
|
|
|
|
USE_GETTEXT= yes
|
|
|
|
INSTALLS_ICONS= yes
|
2012-09-06 16:02:41 +02:00
|
|
|
USE_KDE4= kdeprefix kdelibs pykde4_build pykde4_run
|
2011-09-17 12:04:37 +02:00
|
|
|
USE_PYTHON= 2.6+
|
2012-09-06 16:02:41 +02:00
|
|
|
USE_PYDISTUTILS=yes
|
2011-09-17 12:04:37 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|