[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: GNOME port



Short:

For this and other questions related to porting ports, please see
http://www.openbsd.org/porting.html.

Long:

CONFIGURE_ENV += CPPFLAGS=-I/usr/local/include LDFLAGS="-L/usr/local/lib -lintl"
CONFIGURE_STYLE= gnu

skip the '--prefix=/usr/local' .. the 'CONFIGURE_STYLE=gnu' pretty much
assumes the script knows how to take a '--prefix' argument.  To see
exactly what was passed, checkout the top of config.status in that file.

And yes, other than some prerequisite libraries being in the ports tree,
there is a distinct lack of gnome activity.  Feel free to step up to the
plate!

Penned by Erik Verbruggen on Fri, May 04, 2001 at 05:39:38PM +0200, we have:
| Hello,
| 
| Is there a GNOME port for OpenBSD? If so, where can I download it?
| 
| If not, I'm willing to make such a port. I've played around a bit with
| the port files, and I've got a question on how to call configure (build
| by GNU autoconf). On the commandline I'd type:
| 
|     CPPFLAGS=-I/usr/local/include LDFLAGS="-L/usr/local/lib -lintl" \
|     ./configure --prefix=/usr/local
| 
| How can I tell a ports Makefile to run configure this way?
| 
| Thanks, Erik.

-- 
Todd Fries .. todd@fries.net