mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
14 lines
370 B
Makefile
14 lines
370 B
Makefile
# $Id: Makefile,v 1.56 1995/03/28 04:45:39 gpalmer Exp $
|
|
#
|
|
SUBDIR= Xaw3d color_xterm ctwm emu fvwm g3view olvwm piewm \
|
|
rxvt sxpc tk tkhfs tkman tvtwm xdaliclock xearth xfed xfm \
|
|
xkeycaps xlockmore xperfmon 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>
|