mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-15 23:50:44 +00:00
14 lines
359 B
Makefile
14 lines
359 B
Makefile
# $Id: Makefile,v 1.26 1994/11/20 20:44:50 ats Exp $
|
|
#
|
|
SUBDIR= Xaw3d color_xterm emu fvwm ghostview iv ivs jpeg kterm olvwm pcb tk \
|
|
tkhfs xanim xarchie \
|
|
xcdplayer xdvi xearth 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>
|