summaryrefslogtreecommitdiff
path: root/www/boa/Makefile
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1998-07-04 19:38:12 +0000
committerSteve Price <steve@FreeBSD.org>1998-07-04 19:38:12 +0000
commitff7b230151cdc4fa250cd0eab9d6c12bfb58e9ef (patch)
tree0ef08a29ee934f1f68948c5d726429013cbb2936 /www/boa/Makefile
parentTurn on xworm. (diff)
Initial import of boa version 0.92.
boa - high performance single-tasking web server PR: 6718 Submitted by: andy@icc.surw.chel.su
Notes
Notes: svn path=/head/; revision=11718
Diffstat (limited to 'www/boa/Makefile')
-rw-r--r--www/boa/Makefile30
1 files changed, 30 insertions, 0 deletions
diff --git a/www/boa/Makefile b/www/boa/Makefile
new file mode 100644
index 000000000000..cfccfe6078c7
--- /dev/null
+++ b/www/boa/Makefile
@@ -0,0 +1,30 @@
+# New ports collection makefile for: boa
+# Version required: 0.92
+# Date created: 21 May 1998
+# Whom: Andrey Zakhvatov
+#
+# $Id$
+#
+
+DISTNAME= boa-0.92
+CATEGORIES= www
+MASTER_SITES= http://www.boa.org/
+
+MAINTAINER= andy@icc.surw.chel.su
+
+do-build:
+ @ cd ${WRKSRC}/src; make
+
+do-install:
+ @ ${INSTALL_PROGRAM} ${WRKSRC}/src/boa ${PREFIX}/sbin
+ @ ${MKDIR} ${PREFIX}/share/examples/boa
+ @ ${INSTALL_DATA} ${WRKSRC}/conf/* ${PREFIX}/share/examples/boa
+.if !defined(NOPORTDOCS)
+ @ ${MKDIR} ${PREFIX}/share/doc/boa
+ @ ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/boa
+.for file in Changelog Gnu_License biblio.html details.html details.txt logos.html newboa7.gif poweredbyboa.gif readme.html readme.txt todo.txt
+ @ ${INSTALL_DATA} ${WRKSRC}/docs/${file} ${PREFIX}/share/doc/boa
+.endfor
+.endif
+
+.include <bsd.port.mk>