freebsd-ports/print/frescobaldi/Makefile
Pawel Pekala 790a0f1d9b Frescobaldi is a LilyPond sheet music text editor for KDE4. It aims to be
powerful, yet lightweight and easy to use. Frescobaldi is Free Software,
freely available under the General Public License.

WWW: http://www.frescobaldi.org/

PR:		ports/156539
Submitted by:	martin.dieringer@gmx.de
Approved by:	miwi, wen (mentors implicit)
2011-09-17 10:04:37 +00:00

29 lines
700 B
Makefile

# New ports collection makefile for: frescobaldi
# Date created: 17 April 2011
# Whom: martin.dieringer@gmx.de
#
# $FreeBSD$
#
PORTNAME= frescobaldi
PORTVERSION= 1.2.0
CATEGORIES= print
MASTER_SITES= http://lilykde.googlecode.com/files/
MAINTAINER= martin.dieringer@gmx.de
COMMENT= A music score editor for lilypond
BUILD_DEPENDS= ${KDE4_PREFIX}/lib/kde4/kpythonpluginfactory.so:${PORTSDIR}/devel/kdebindings4-python-pykde4
RUN_DEPENDS= lilypond:${PORTSDIR}/print/lilypond
USE_GETTEXT= yes
INSTALLS_ICONS= yes
USE_KDE4= kdebase kdeprefix kdelibs pykde4
USE_CMAKE= yes
USE_GMAKE= yes
USE_PYTHON= 2.6+
do-install:
@cd ${WRKSRC} && ${GMAKE} install
.include <bsd.port.mk>