1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
freebsd-ports/www/mod_webobjects/Makefile
Edwin Groothuis 759f13b1b7 [NEW PORTS] www/webobjects(+) Apple WebObjects ports bundle
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/mod_webobjects

	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>
2008-06-13 06:36:56 +00:00

23 lines
498 B
Makefile

# New ports collection makefile for: mod_webobjects
# Date created: Mon Apr 16 07:07:22 EST 2007
# Whom: Quinton Dolan <q@onthenet.com.au>
#
# $FreeBSD$
#
PORTNAME= webobjects
PKGNAMEPREFIX= mod_
MAINTAINER?= q@onthenet.com.au
COMMENT= WebObjects WebServer Adaptor for Apache
MASTERDIR= ${.CURDIR}/../woadaptor
WITH_APACHE?= "yes"
WITHOUT_CGI= "yes"
WITHOUT_FASTCGI="yes"
CONFLICTS= woadaptor-[0-9]*
.include "${MASTERDIR}/Makefile"