blob: a9186993d07ca08cb35c92e37267589d80e1e356 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
|
# $Id: Makefile,v 1.73 1999/03/24 19:39:26 jseger Exp $
#
SUBDIR += 8hz-mp3
SUBDIR += amp
SUBDIR += ascd
SUBDIR += bladeenc
SUBDIR += cam
SUBDIR += cdd
SUBDIR += cdplay
SUBDIR += dagrab
SUBDIR += dap
SUBDIR += esound
SUBDIR += gnomeaudio
SUBDIR += gnomemedia
SUBDIR += gqmpeg
SUBDIR += gsm
SUBDIR += kdemultimedia
SUBDIR += kdemultimedia11
SUBDIR += kmpg
SUBDIR += lamer
SUBDIR += libaudiofile
SUBDIR += linux-realplayer
SUBDIR += maplay
SUBDIR += mikmod
SUBDIR += mp3encode
SUBDIR += mp3info
SUBDIR += mpegaudio
SUBDIR += mpg123
SUBDIR += mxv
SUBDIR += nas
SUBDIR += nspmod
SUBDIR += play
SUBDIR += playmidi
SUBDIR += radio
SUBDIR += replay
SUBDIR += rio
SUBDIR += rosegarden
SUBDIR += rplay
SUBDIR += rsynth
SUBDIR += s3mod
SUBDIR += sidplay
SUBDIR += sox
SUBDIR += splay
SUBDIR += splaytk
SUBDIR += timidity
SUBDIR += tosha
SUBDIR += tracker
SUBDIR += waveplay
SUBDIR += wmcdplay
SUBDIR += wmmixer
SUBDIR += wmsound
SUBDIR += workman
SUBDIR += wsoundprefs
SUBDIR += x11amp
SUBDIR += xamp
SUBDIR += xcd
SUBDIR += xcdplayer
SUBDIR += xmcd
SUBDIR += xmix
SUBDIR += xmmix
SUBDIR += xmpeg3
SUBDIR += xtuner
.include <bsd.port.subdir.mk>
|