blob: 0ef4fc62f6af6f5e498455b94efcc77da1ac312b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# $Id: Makefile,v 1.38 1994/12/17 11:55:50 asami Exp $
#
SUBDIR= ImageMagick Xaw3d color_xterm ctwm emu fvwm ghostview iv ivs \
jpeg kterm mpeg-lib mpeg_play olvwm \
pcb piewm rxvt tiff tk tkhfs tvtwm xanim xarchie \
xcdplayer xdvi xearth xfed xfig xgraph xli xlockmore xpm xsnow \
xtexshell xv \
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>
|