freebsd-ports/print/frescobaldi/Makefile
Jason E. Hale f3b6293d78 - Update to 2.0.8
While here:
- Trim Makefile header
- Add LICENSE (GPLv2 or later)
- Drop indefinite article from COMMENT
- Disambiguate wording in pkg-descr

PR:		ports/174353
Submitted by:	Martin Dieringer <martin.dieringer@gmx.de> (maintainer)
2012-12-16 16:10:12 +00:00

24 lines
580 B
Makefile

# Created by: martin.dieringer@gmx.de
# $FreeBSD$
PORTNAME= frescobaldi
PORTVERSION= 2.0.8
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
USE_GETTEXT= yes
INSTALLS_ICONS= yes
USE_KDE4= kdeprefix kdelibs pykde4_build pykde4_run
USE_PYTHON= 2.6+
USE_PYDISTUTILS=yes
.include <bsd.port.mk>