mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
13 lines
351 B
Makefile
13 lines
351 B
Makefile
# $Id: Makefile,v 1.48 1995/02/15 02:53:47 asami Exp $
|
|
#
|
|
SUBDIR= Xaw3d color_xterm ctwm emu fvwm kterm olvwm piewm rxvt tk \
|
|
tkhfs tkman tvtwm x3270 xearth xdaliclock xfed xkeycaps \
|
|
xlockmore xphoon xsnow xview-config xview-lib xview-clients
|
|
|
|
#
|
|
# These depend on tk, so might as well build tk first...
|
|
#
|
|
SUBDIR+= blt
|
|
|
|
.include <bsd.port.subdir.mk>
|