0a62b71b49
ports
18 lines
439 B
Makefile
18 lines
439 B
Makefile
# $OpenBSD: Makefile,v 1.2 2005/02/13 10:56:23 sturm Exp $
|
|
|
|
COMMENT= "C++ cross-platform GUI toolkit - header files"
|
|
PKGNAME= wxWidgets-headers-${VERSION}p0
|
|
|
|
NO_REGRESS= Yes
|
|
|
|
# Configuring for X11 seems to be the most common subset
|
|
CONFIGURE_ARGS+= --with-x11
|
|
NO_BUILD= Yes
|
|
INSTALL_TARGET= install_common
|
|
|
|
post-install:
|
|
rm -fr ${PREFIX}/include/wx/x11/
|
|
${INSTALL_SCRIPT} ${FILESDIR}/wx-config ${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|