blob: cf7c62fdbdfb55783e9d89af9adc2f1b750a187d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
|
# $NetBSD: Makefile,v 1.77 2022/11/23 16:20:13 adam Exp $
DISTNAME= denemo-0.9.2
PKGREVISION= 44
CATEGORIES= graphics print
MASTER_SITES= ${MASTER_SITE_GNU:=denemo/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.denemo.org/
COMMENT= GUI musical score editor written in C/GTK+
LICENSE= gnu-gpl-v3
BROKEN+= "Incompatible with latest fluidsynth, needs update"
DEPENDS+= lilypond-[0-9]*:../../print/lilypond
GNU_CONFIGURE= YES
USE_TOOLS+= pkg-config gmake
EXTRACT_USING= bsdtar
INSTALLATION_DIRS= etc/${PKGBASE}
EGDIR= ${PREFIX}/share/examples/${PKGBASE}
CONF_FILES= ${EGDIR}/denemo.conf ${PKG_SYSCONFDIR}/denemo/denemo.conf
#XXX Makefile contains .destdir/ path
post-install:
${RM} ${DESTDIR}${PREFIX}/share/denemo/actions/Makefile*
${RM} ${DESTDIR}${PREFIX}/share/denemo/examples/Makefile*
${RM} ${DESTDIR}${PREFIX}/share/denemo/manual/images/Makefile*
${RM} ${DESTDIR}${PREFIX}/share/denemo/templates/Makefile*
.include "../../audio/aubio/buildlink3.mk"
.include "../../audio/libsmf/buildlink3.mk"
.include "../../audio/fluidsynth/buildlink3.mk"
.include "../../audio/portaudio/buildlink3.mk"
.include "../../graphics/librsvg/buildlink3.mk"
# Depends on lilypond which is still guile 1.8.
.include "../../lang/guile18/buildlink3.mk"
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
.include "../../textproc/libxml2/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"
.include "../../x11/gtksourceview2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
|