b25888b419
www: http://www.wxwidgets.org/ from Andrew Dalgleish < openbsd at ajd dot net dot au > many thanks for much persistence!
10 lines
254 B
Makefile
10 lines
254 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2004/07/16 21:01:36 todd Exp $
|
|
|
|
COMMENT= "C++ cross-platform GUI toolkit - x11univ version"
|
|
PKGNAME= wxWidgets-x11univ-${VERSION}
|
|
|
|
CONFIGURE_ARGS+= --with-x11
|
|
RUN_DEPENDS+= ::x11/wxWidgets/headers
|
|
|
|
.include <bsd.port.mk>
|