import bmpx-0.36.1, development version of bmp2, prepared by
[pkgsrc.git] / audio / qsynth / Makefile
1 # $NetBSD$
2
3 DISTNAME=       qsynth-0.2.4
4 CATEGORIES=     audio
5 MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE:=qsynth/}
6
7 MAINTAINER=     adam@NetBSD.org
8 HOMEPAGE=       http://qsynth.sourceforge.net/
9 COMMENT=        Qt GUI Interface to FluidSynth
10
11 PKG_INSTALLATION_TYPES= overwrite pkgviews
12
13 USE_LIBTOOL=            yes
14 GNU_CONFIGURE=          yes
15
16 # a fix for qt-3.3.5, please remove if qt-3.3.6 (or newer) solves the problem
17 SUBST_CLASSES+=         hints
18 SUBST_STAGE.hints=      post-patch
19 SUBST_MESSAGE.hints=    "Fix includehints."
20 SUBST_FILES.hints=      src/*.ui
21 SUBST_FILTER_CMD.hints= ${GREP} -v includehint
22
23 do-install:
24         ${INSTALL_PROGRAM} ${WRKSRC}/qsynth ${PREFIX}/bin/
25         ${INSTALL_DATA} ${WRKSRC}/icons/qsynth.png ${PREFIX}/share/icons/
26
27 .include "../../audio/fluidsynth/buildlink3.mk"
28 .include "../../x11/qt3-tools/buildlink3.mk"
29 .include "../../mk/bsd.pkg.mk"