Tweak print/pdf4tcl version 0.8
[dports.git] / print / frescobaldi / Makefile
1 # Created by: martin.dieringer@gmx.de
2 # $FreeBSD$
3
4 PORTNAME=       frescobaldi
5 PORTVERSION=    2.0.15
6 PORTREVISION=   2
7 CATEGORIES=     print kde
8 MASTER_SITES=   https://github.com/wbsoft/frescobaldi/releases/download/v${PORTVERSION}/
9
10 MAINTAINER=     martin.dieringer@gmx.de
11 COMMENT=        Music score editor for lilypond
12
13 LICENSE=        GPLv2 GPLv3
14 LICENSE_COMB=   dual
15
16 RUN_DEPENDS=    lilypond:print/lilypond \
17                 ${PYTHON_PKGNAMEPREFIX}poppler-qt4>=0:graphics/py-poppler-qt4
18
19 USES=           gettext kde:4 python
20 INSTALLS_ICONS= yes
21 USE_KDE=        kdelibs pykde4_build pykde4_run
22 USE_PYTHON=     distutils autoplist
23
24 post-patch:
25         @${REINPLACE_CMD} '/install-script=frescobaldi-wininst.py/d' ${WRKSRC}/setup.cfg
26
27 .include <bsd.port.mk>