summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2005-07-28 12:53:25 +0000
committerPav Lucistnik <pav@FreeBSD.org>2005-07-28 12:53:25 +0000
commit00bb43d38e0be42e61af7498afa04737bf63b0de (patch)
treebe525fa17d95c1bb20e814a57823158fc303778b /www
parent- Fix build on nssha1 module on 4.X (diff)
- Add aolserver slaveport with options needed for OpenACS
PR: ports/84141 Submitted by: Aldert Nooitgedagt <aldert@nooitgedagt.net>
Notes
Notes: svn path=/head/; revision=140311
Diffstat (limited to 'www')
-rw-r--r--www/Makefile1
-rw-r--r--www/aolserver-openacs-pg/Makefile15
2 files changed, 16 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile
index 9a257b27afef..c8d189a6c432 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -16,6 +16,7 @@
SUBDIR += amyc
SUBDIR += analog
SUBDIR += aolserver
+ SUBDIR += aolserver-openacs-pg
SUBDIR += apache-contrib
SUBDIR += apache-forrest
SUBDIR += apache-jserv
diff --git a/www/aolserver-openacs-pg/Makefile b/www/aolserver-openacs-pg/Makefile
new file mode 100644
index 000000000000..575e681fb1da
--- /dev/null
+++ b/www/aolserver-openacs-pg/Makefile
@@ -0,0 +1,15 @@
+# New ports collection makefile for: aolserver-openacs-pg
+# Date created: 17 July 2005
+# Whom: A.Nooitgedagt <aldert@nooitgedagt.net>
+#
+# $FreeBSD$
+#
+
+WITH_NSPOSTGRES= yes
+WITH_NSSHA1= yes
+WITH_NSCACHE= yes
+PKGNAMESUFFIX= -openacs-pg
+
+MASTERDIR= ${.CURDIR}/../aolserver
+
+.include "${MASTERDIR}/Makefile"