blob: fde93e721c356b24c64540dd169485887a7bbb8b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# $Id: Makefile,v 1.32 1994/11/27 14:56:28 ats Exp $
#
SUBDIR= ImageMagick Xaw3d color_xterm ctwm emu fvwm ghostview iv ivs \
jpeg kterm mpeg-lib olvwm \
pcb piewm rxvt tiff tk tkhfs xanim xarchie \
xcdplayer xdvi xearth xfig xgraph xli xlockmore xpm xsnow \
xtexshell xv
#
# imm & nv depends on tk, so might as well build tk first...
#
SUBDIR+= imm nv
.include <bsd.port.subdir.mk>
|