blob: 8a8fbea173bf2b6d080702068bb49b0e66c017dc (
plain)
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
|
# $Id: Makefile,v 1.26 1996/10/24 08:19:57 jfitz Exp $
#
SUBDIR += ImageMagick
SUBDIR += Mesa
SUBDIR += aero
SUBDIR += dore
SUBDIR += giftool
SUBDIR += giftrans
SUBDIR += gimp
SUBDIR += hpscan
SUBDIR += jpeg
SUBDIR += mpeg-lib
SUBDIR += mpeg2codec
SUBDIR += mpeg2play
SUBDIR += mpegedit
SUBDIR += mpeg_encode
SUBDIR += mpeg_play
SUBDIR += mpeg_stat
SUBDIR += mplex
SUBDIR += netpbm
SUBDIR += p5-Image-Size
SUBDIR += pixmap
SUBDIR += png
SUBDIR += povray
SUBDIR += spigot
SUBDIR += splitmpg
SUBDIR += tgif
SUBDIR += tiff
SUBDIR += vcg
SUBDIR += xanim
SUBDIR += xbmbrowser
SUBDIR += xdl
SUBDIR += xfig
SUBDIR += xfractint
SUBDIR += xgrasp
SUBDIR += xli
SUBDIR += xmfract
SUBDIR += xmorph
SUBDIR += xpaint
SUBDIR += xpdf
SUBDIR += xpm
SUBDIR += xv
.include <bsd.port.subdir.mk>
|