mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-15 23:50:44 +00:00
13 lines
342 B
Makefile
13 lines
342 B
Makefile
# $Id: Makefile,v 1.47 1995/02/15 01:39:19 gpalmer Exp $
|
|
#
|
|
SUBDIR= Xaw3d color_xterm ctwm emu fvwm kterm olvwm piewm rxvt tk \
|
|
tkhfs tkman tvtwm x3270 xearth 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>
|