blob: 984ee97e0d29b95aa58e059b4df069c59a930618 (
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
|
# $Id: Makefile,v 1.67 1999/01/14 23:46:15 dirk Exp $
#
SUBDIR += 8hz-mp3
SUBDIR += amp
SUBDIR += ascd
SUBDIR += bladeenc
SUBDIR += cam
SUBDIR += cdd
SUBDIR += cddbd
SUBDIR += cdplay
SUBDIR += dap
SUBDIR += dagrab
SUBDIR += esound
SUBDIR += gmod
SUBDIR += gnomeaudio
SUBDIR += gqmpeg
SUBDIR += gsm
SUBDIR += kdemultimedia
SUBDIR += kdemultimedia11
SUBDIR += kmpg
SUBDIR += lamer
SUBDIR += libaudiofile
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 += rosegarden
SUBDIR += rplay
SUBDIR += rsynth
SUBDIR += s3mod
SUBDIR += sidplay
SUBDIR += sox
SUBDIR += splay
SUBDIR += splaytk
SUBDIR += timidity
SUBDIR += tosha
SUBDIR += tracker
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>
|