[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
GNOME port
- To: ports@openbsd.org
- Subject: GNOME port
- From: Erik Verbruggen <ejv@cs.kun.nl>
- Date: Fri, 4 May 2001 17:39:38 +0200
- Content-Disposition: inline
- User-Agent: Mutt/1.2.5i
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.