72c66765d8
- remove shared library .so and .so.N links
15 lines
404 B
Makefile
15 lines
404 B
Makefile
# $OpenBSD: Makefile,v 1.5 2005/12/31 15:18:44 naddy Exp $
|
|
|
|
COMMENT= "C++ cross-platform GUI toolkit - x11univ version"
|
|
PKGNAME= wxWidgets-x11univ-${VERSION}p2
|
|
SHARED_LIBS= wx_x11univ 2.4
|
|
|
|
CONFIGURE_ARGS+= --with-x11
|
|
CONFIGURE_ENV+= WX_CURRENT=${LIBwx_x11univ_VERSION:R} \
|
|
WX_REVISION=${LIBwx_x11univ_VERSION:E}
|
|
RUN_DEPENDS+= ::x11/wxWidgets/headers
|
|
|
|
WANTLIB= X11 Xpm m z
|
|
|
|
.include <bsd.port.mk>
|