summaryrefslogtreecommitdiff
path: root/www/boa/Makefile
diff options
context:
space:
mode:
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>