This is a bundle of several ports covering many typical requirements for building an Apple WebObjects deployment environment. Each port is or has a dependancy with some other port in the bundle, and have therefore been lodged collectively. www/woadaptor WOAdaptor is a collection of WebObjects WebServer Adaptors. These include an Apache Module, CGI and FastCGI adaptors This is a subproject of Project Wonder and is an effort to pool enhancements and bug fixes for Apple's open source codebase. WWW: http://wonder.sourceforge.net/WOAdaptor.html PR: ports/117299 Submitted by: Quinton Dolan <q@onthenet.com.au>
18 lines
423 B
Text
18 lines
423 B
Text
*** make.config.orig Tue Jul 4 13:02:19 2006
|
|
--- make.config Thu Apr 12 16:20:41 2007
|
|
***************
|
|
*** 78,83 ****
|
|
--- 78,90 ----
|
|
endif
|
|
#end Linux
|
|
|
|
+ # FreeBSD
|
|
+ ifeq "FreeBSD" "$(OS)"
|
|
+ ADAPTORS ?= CGI Apache
|
|
+ APXS ?= /usr/local/sbin/apxs
|
|
+ endif
|
|
+ #end FreeBSD
|
|
+
|
|
# If you are building NSAPI uncomment this and specify where Netscape is installed.
|
|
# This is typically /opt/netscape/suitespot
|
|
# NS_ROOT =
|