summaryrefslogtreecommitdiff
path: root/audio/Makefile
diff options
context:
space:
mode:
authoraugustss <augustss>1997-10-28 23:18:20 +0000
committeraugustss <augustss>1997-10-28 23:18:20 +0000
commit7a44f9ac3808518e0b6ab44a549a37657b42243d (patch)
treecc8ee8439ae9a5d7d4a09af2bda1536118792658 /audio/Makefile
parent6648b5d0679fcec1a16dfe55f49f61c206383a30 (diff)
downloadpkgsrc-7a44f9ac3808518e0b6ab44a549a37657b42243d.tar.gz
Initial import of FreeBSD audio packages.
Diffstat (limited to 'audio/Makefile')
-rw-r--r--audio/Makefile34
1 files changed, 34 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile
new file mode 100644
index 00000000000..3055dd64093
--- /dev/null
+++ b/audio/Makefile
@@ -0,0 +1,34 @@
+# $Id: Makefile,v 1.1.1.1 1997/10/28 23:18:20 augustss Exp $
+#
+
+ SUBDIR += amp
+ SUBDIR += cam
+ SUBDIR += cddbd
+ SUBDIR += gmod
+ SUBDIR += gsm
+ SUBDIR += maplay
+ SUBDIR += mikmod
+ SUBDIR += mpegaudio
+ SUBDIR += mpg123
+ SUBDIR += mxv
+ SUBDIR += nas
+ SUBDIR += nspmod
+ SUBDIR += playmidi
+ SUBDIR += radio
+ SUBDIR += rosegarden
+ SUBDIR += rplay
+ SUBDIR += rsynth
+ SUBDIR += s3mod
+ SUBDIR += sox
+ SUBDIR += splay
+ SUBDIR += timidity
+ SUBDIR += tosha
+ SUBDIR += tracker
+ SUBDIR += workman
+ SUBDIR += xcd
+ SUBDIR += xcdplayer
+ SUBDIR += xmcd
+ SUBDIR += xmix
+ SUBDIR += xmmix
+
+.include <bsd.port.subdir.mk>