openbsd-ports/x11/wxWidgets/Makefile
todd b25888b419 wxWidgets 2.4.2, C++ cross-platform GUI toolkit
www: http://www.wxwidgets.org/

from Andrew Dalgleish   < openbsd at ajd dot net dot au >
many thanks for much persistence!
2004-07-16 21:01:35 +00:00

13 lines
301 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2004/07/16 21:01:35 todd Exp $
SUBDIR += headers
SUBDIR += base
SUBDIR += gtk
SUBDIR += gtk2
SUBDIR += motif
# We can't install motif & lesstif together until the lesstif port is updated
# SUBDIR += lesstif
SUBDIR += x11univ
.include <bsd.port.subdir.mk>