mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-15 23:50:44 +00:00
14 lines
368 B
Makefile
14 lines
368 B
Makefile
# $Id: Makefile,v 1.30 1994/11/24 21:59:00 asami Exp $
|
|
#
|
|
SUBDIR= Xaw3d color_xterm emu fvwm iv ivs jpeg kterm olvwm pcb piewm tk \
|
|
tkhfs xanim xarchie \
|
|
xcdplayer xdvi xearth xgraph xli xlockmore xpm xsnow xtexshell xv \
|
|
ImageMagick ctwm mpeg-lib tiff
|
|
|
|
#
|
|
# imm & nv depends on tk, so might as well build tk first...
|
|
#
|
|
SUBDIR+= imm nv
|
|
|
|
.include <bsd.port.subdir.mk>
|