blob: 4da9958fc3492e41c363c0618629e27b5d3fc65b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# $Id: Makefile,v 1.42 1995/01/05 01:02:17 swallace Exp $
#
SUBDIR= ImageMagick Xaw3d color_xterm ctwm emu fvwm ghostview \
irsim iv ivs jpeg kterm magic mpeg-lib mpeg_play olvwm pcb \
piewm povray rxvt tiff tk tkhfs tkman tvtwm x3270 xanim \
xarchie xcd xcdplayer xdvi xearth xfed xfig xfm xgraph xli \
xlockmore xminesweep xpaint xpm xsnow xtexshell \
xview-config xview-lib xview-clients
#
# These depend on tk, so might as well build tk first...
# (And vic depends on blt.)
#
SUBDIR+= imm nv blt vic
.include <bsd.port.subdir.mk>
|