1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/print/frescobaldi/Makefile
Mathieu Arnold 8d6597e0bb Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:16:16 +00:00

28 lines
687 B
Makefile

# Created by: martin.dieringer@gmx.de
# $FreeBSD$
PORTNAME= frescobaldi
PORTVERSION= 2.0.15
PORTREVISION= 2
CATEGORIES= print kde
MASTER_SITES= https://github.com/wbsoft/frescobaldi/releases/download/v${PORTVERSION}/
MAINTAINER= martin.dieringer@gmx.de
COMMENT= Music score editor for lilypond
LICENSE= GPLv2 GPLv3
LICENSE_COMB= dual
RUN_DEPENDS= lilypond:print/lilypond \
${PYTHON_PKGNAMEPREFIX}poppler-qt4>=0:graphics/py-poppler-qt4
USES= gettext python
INSTALLS_ICONS= yes
USE_KDE4= kdeprefix kdelibs pykde4_build pykde4_run
USE_PYTHON= distutils autoplist
post-patch:
@${REINPLACE_CMD} '/install-script=frescobaldi-wininst.py/d' ${WRKSRC}/setup.cfg
.include <bsd.port.mk>