mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
* Bump revision, fixed manpages location
* Added desktop-file-utils * Max python version specified * Cleanup Makefile PR: 221457 Submitted by: Yuri Victorovich Reviewed by: lifanov (mentor), matthew (mentor) Approved by: lifanov (mentor), <martin.dieringer@gmx.de> (maintainer) Differential Revision: https://reviews.freebsd.org/D12096
This commit is contained in:
parent
3a506cd639
commit
6b883568eb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=448705
@ -2,9 +2,9 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= frescobaldi
|
||||
PORTVERSION= 2.20.0
|
||||
DISTVERSIONPREFIX= v
|
||||
PORTREVISION= 1
|
||||
DISTVERSION= 2.20.0
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= print kde
|
||||
|
||||
MAINTAINER= martin.dieringer@gmx.de
|
||||
@ -16,17 +16,24 @@ LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poppler-qt4>=0:graphics/py-poppler-qt4 \
|
||||
${PYTHON_PKGNAMEPREFIX}python-ly>=0:print/py-python-ly
|
||||
|
||||
OPTIONS_DEFINE= LILYPOND
|
||||
LILYPOND_DESC= Use unstable LilyPond (lilypond-devel)
|
||||
LILYPOND_RUN_DEPENDS= lilypond:print/lilypond-devel
|
||||
LILYPOND_RUN_DEPENDS_OFF= lilypond:print/lilypond
|
||||
|
||||
USES= gettext kde:4 python:-3.4 desktop-file-utils
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= wbsoft
|
||||
|
||||
USES= gettext kde:4 python
|
||||
INSTALLS_ICONS= yes
|
||||
USE_KDE= kdelibs pykde4_build pykde4_run
|
||||
USE_PYTHON= distutils autoplist
|
||||
|
||||
INSTALLS_ICONS= yes
|
||||
NO_ARCH= yes
|
||||
|
||||
OPTIONS_DEFINE= LILYPOND
|
||||
|
||||
LILYPOND_DESC= Use unstable LilyPond (lilypond-devel)
|
||||
|
||||
LILYPOND_RUN_DEPENDS= lilypond:print/lilypond-devel
|
||||
LILYPOND_RUN_DEPENDS_OFF= lilypond:print/lilypond
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|'share/man/man1'|'man/man1'|' \
|
||||
${WRKSRC}/setup.py
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user