summaryrefslogtreecommitdiff
path: root/audio/spiralsynth/Makefile
diff options
context:
space:
mode:
authorrh <rh>2002-05-26 01:14:26 +0000
committerrh <rh>2002-05-26 01:14:26 +0000
commit7c3379f5208c9841716c22c13d1745a02e4ff83d (patch)
tree509012594911c88ad90cc0a075d972fd7a08e684 /audio/spiralsynth/Makefile
parentcf78a7e6db31776a511d1228116522bf47b497f5 (diff)
downloadpkgsrc-7c3379f5208c9841716c22c13d1745a02e4ff83d.tar.gz
Initial import of spiralsynth-0.1.7, an "analog" synthesizer with X11 gui.
Diffstat (limited to 'audio/spiralsynth/Makefile')
-rw-r--r--audio/spiralsynth/Makefile29
1 files changed, 29 insertions, 0 deletions
diff --git a/audio/spiralsynth/Makefile b/audio/spiralsynth/Makefile
new file mode 100644
index 00000000000..7628677ab29
--- /dev/null
+++ b/audio/spiralsynth/Makefile
@@ -0,0 +1,29 @@
+# $NetBSD: Makefile,v 1.1.1.1 2002/05/26 01:14:26 rh Exp $
+#
+
+DISTNAME= SpiralSynth-0.1.7
+PKGNAME= spiralsynth-0.1.7
+CATEGORIES= audio
+MASTER_SITES= http://www.pawfal.org/Software/SpiralSynth/dload/
+
+MAINTAINER= collver@linuxfreemail.com
+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
+
+USE_X11= yes
+USE_GMAKE= yes
+GNU_CONFIGURE= yes
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/SpiralSynth ${PREFIX}/bin
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/spiralsynth
+ ${INSTALL_DATA} ${WRKSRC}/.SpiralPatches.bank \
+ ${WRKSRC}/.Spiralrc ${PREFIX}/share/spiralsynth
+
+.include "../../x11/fltk/buildlink.mk"
+.include "../../mk/bsd.pkg.mk"