cf5547c628
common files, and change the gtk2 package name so that it no longer looks like a flavor of gtk. Do not forget to add the relevant conflict lines so that updates won't crash.
19 lines
362 B
Makefile
19 lines
362 B
Makefile
# $OpenBSD: Makefile,v 1.1 2005/11/10 12:18:25 espie Exp $
|
|
|
|
COMMENT= "C++ cross-platform GUI toolkit - GTK headers"
|
|
PKGNAME= wxWidgets-gtkheaders-${VERSION}
|
|
|
|
CONFIGURE_ARGS+= --with-gtk
|
|
|
|
.if !defined(PACKAGING)
|
|
LIB_DEPENDS+= gtk.1.2::x11/gtk+
|
|
.endif
|
|
|
|
RUN_DEPENDS+= ::x11/wxWidgets/headers
|
|
|
|
NO_BUILD=Yes
|
|
INSTALL_TARGET=install_headers
|
|
|
|
|
|
.include <bsd.port.mk>
|