Subject: CVS commit: pkgsrc/mk
To: None <pkgsrc-changes@NetBSD.org>
From: Eric Haszlakiewicz <erh@netbsd.org>
List: pkgsrc-changes
Date: 09/04/2003 03:00:20
Module Name:	pkgsrc
Committed By:	erh
Date:		Thu Sep  4 03:00:19 UTC 2003

Added Files:
	pkgsrc/mk: apache.mk

Log Message:
Add an apache.mk, similar to java-vm.mk and emacs.mk, that allows apache
modules that will work with more than one version of the apache web server
to not require a separate package for each version of apache.  This was
originally based on java-vm.mk
	Makefile variables added:
		PKG_APACHE_ACCEPTED : Contains the list of valid versions of apache.
		USE_APR : If set, the package required apr to run.
	User variabled added:
		PKG_APACHE_DEFAULT : The version of apache to install, if there is
		                     none yet.  Defaults to apache13
	Variables set:
		PKG_APACHE : Which version of apache is being used.


To generate a diff of this commit:
cvs rdiff -r0 -r1.1 pkgsrc/mk/apache.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.