mirror of https://git.FreeBSD.org/ports.git
14 lines
352 B
Makefile
14 lines
352 B
Makefile
# $Id: Makefile,v 1.25 1994/11/20 16:30:49 torstenb Exp $
|
|
#
|
|
SUBDIR= Xaw3d 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>
|