aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"