pkgsrc/audio/spiralsynth/Makefile
gdt 9cd69adaaf Depend on x11/fltk13 rather than x11/fltk.
As discussed on pkgsrc-users, x11/ftlk (1.1) is no longer maintained,
and 1.3 is believed to be almost entirely compatible.

Patch from Tim Larson, who has build-tested these packages on
NetBSD/amd64.
2012-11-15 13:44:13 +00:00

36 lines
1.1 KiB
Makefile

# $NetBSD: Makefile,v 1.31 2012/11/15 13:44:14 gdt Exp $
#
DISTNAME= SpiralSynth-2.0.0
PKGNAME= spiralsynth-2.0.0
PKGREVISION= 5
CATEGORIES= audio
MASTER_SITES= http://www.pawfal.org/Software/SpiralSynth/dload/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.pawfal.org/Software/SpiralSynth/
COMMENT= Polyphonic analogue softsynth
# only runs correctly on little-endian machines
ONLY_FOR_PLATFORM= *-*-alpha *-*-arc *-*-cobalt *-*-dreamcast \
*-*-hpcmips *-*-hpcsh *-*-i386 *-*-pc532 *-*-pmax \
*-*-vax *-*-x86_64
USE_LANGUAGES= c c++
USE_TOOLS+= gmake
GNU_CONFIGURE= yes
MAKE_ENV+= CXXFLAGS=${CXXFLAGS:M*:Q}
CXXFLAGS+= -DDEVOSSAUDIO="\"${DEVOSSAUDIO}\""
INSTALLATION_DIRS= bin
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/SpiralSynth ${DESTDIR}${PREFIX}/bin
${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/spiralsynth
${INSTALL_DATA} ${WRKSRC}/.SpiralPatches.bank \
${WRKSRC}/.Spiralrc ${DESTDIR}${PREFIX}/share/spiralsynth
.include "../../x11/fltk13/buildlink3.mk"
.include "../../mk/oss.buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"