pkgsrc/audio/qsynth/Makefile
adam fdd8e96675 Qsynth is a fluidsynth GUI front-end application written in C++ around the Qt3
toolkit using Qt Designer. Eventually it may evolve into a softsynth management
application allowing the user to control and manage a variety of command line
softsynths but for the moment it wraps the excellent FluidSynth.
2005-10-19 15:13:38 +00:00

29 lines
851 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2005/10/19 15:13:38 adam Exp $
DISTNAME= qsynth-0.2.4
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=qsynth/}
MAINTAINER= adam@NetBSD.org
HOMEPAGE= http://qsynth.sourceforge.net/
COMMENT= Qt GUI Interface to FluidSynth
PKG_INSTALLATION_TYPES= overwrite pkgviews
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
# a fix for qt-3.3.5, please remove if qt-3.3.6 (or newer) solves the problem
SUBST_CLASSES+= hints
SUBST_STAGE.hints= post-patch
SUBST_MESSAGE.hints= "Fix includehints."
SUBST_FILES.hints= src/*.ui
SUBST_FILTER_CMD.hints= ${GREP} -v includehint
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/qsynth ${PREFIX}/bin/
${INSTALL_DATA} ${WRKSRC}/icons/qsynth.png ${PREFIX}/share/icons/
.include "../../audio/fluidsynth/buildlink3.mk"
.include "../../x11/qt3-tools/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"