19 lines
719 B
Makefile
19 lines
719 B
Makefile
# $OpenBSD: Makefile,v 1.4 2006/01/14 11:46:16 espie Exp $
|
|
|
|
COMMENT= "C++ cross-platform GUI toolkit - lesstif version"
|
|
# Note the package name must conflict with motif until these can be installed side-by-side
|
|
PKGNAME= wxWidgets-motif-${VERSION}p2-lesstif
|
|
SHARED_LIBS= wx_motif 3.0
|
|
|
|
CONFIGURE_ARGS+= --with-motif
|
|
CONFIGURE_ENV+= WX_CURRENT=${LIBwx_motif_VERSION:R} \
|
|
WX_REVISION=${LIBwx_motif_VERSION:E}
|
|
RUN_DEPENDS+= ::x11/wxWidgets/headers
|
|
|
|
# 'USE_MOTIF=any' breaks package names if lesstif is already in FLAVORS or PSEUDO_FLAVORS
|
|
# 'USE_MOTIF=lesstif' has a broken LIB_DEPENDS
|
|
# (You can build with openmotif installed, but you get a broken package)
|
|
LIB_DEPENDS+= Xm.=1::x11/lesstif
|
|
|
|
.include <bsd.port.mk>
|