26 lines
607 B
Makefile
26 lines
607 B
Makefile
# Created by: martin.dieringer@gmx.de
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= frescobaldi
|
|
PORTVERSION= 2.0.8
|
|
PORTREVISION= 4
|
|
CATEGORIES= print kde
|
|
MASTER_SITES= http://cloud.github.com/downloads/wbsoft/frescobaldi/
|
|
|
|
MAINTAINER= martin.dieringer@gmx.de
|
|
COMMENT= Music score editor for lilypond
|
|
|
|
LICENSE= GPLv2 GPLv3
|
|
LICENSE_COMB= dual
|
|
|
|
RUN_DEPENDS= lilypond:${PORTSDIR}/print/lilypond \
|
|
${PYTHON_PKGNAMEPREFIX}poppler-qt4>=0:${PORTSDIR}/graphics/py-poppler-qt4
|
|
|
|
USES= gettext
|
|
INSTALLS_ICONS= yes
|
|
USE_KDE4= kdeprefix kdelibs pykde4_build pykde4_run
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS=yes
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|