todd b63418ab30 Import wxgtk.
wxWindows is a C++ cross-platform GUI toolkit which was started as a one man
project by Julian Smart. More information about wxWindows can be found at his
Julian Smart's homepage. Today, wxWindows is being developed by a core team
of handful of people from many countries and gets input in the form of user
request and bug reports from its many users worldwide. 

WWW: http://wesley.informatik.uni-freiburg.de/~wxxt/
2002-11-16 04:34:48 +00:00

27 lines
632 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2002/11/16 04:34:48 todd Exp $
COMMENT= "C++ cross-platform GUI toolkit"
DISTNAME= wxGTK-2.2.9
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=wxwindows/}
EXTRACT_SUFX= .tar.gz
PATCHFILES= ${DISTNAME}-patch1.patch.gz
HOMEPAGE= http://wesley.informatik.uni-freiburg.de/~wxxt/
MAINTAINER= Todd T. Fries <todd@openbsd.org>
CONFIGURE_STYLE=gnu dest
CONFIGURE_ENV= CXXFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
USE_GMAKE= Yes
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
.include <bsd.port.mk>