mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
15 lines
389 B
Makefile
15 lines
389 B
Makefile
# $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>
|