summaryrefslogtreecommitdiff
path: root/www/linbot/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/linbot/Makefile')
-rw-r--r--www/linbot/Makefile27
1 files changed, 27 insertions, 0 deletions
diff --git a/www/linbot/Makefile b/www/linbot/Makefile
new file mode 100644
index 000000000000..95530b1a8479
--- /dev/null
+++ b/www/linbot/Makefile
@@ -0,0 +1,27 @@
+# New ports collection makefile for: linbot
+# Version required: 0.8
+# Date created: 19 September 1998
+# Whom: Bill Fumerola <billf@chc-chimes.com>
+#
+# $Id: $
+#
+
+DISTNAME= linbot-0.8
+CATEGORIES= www
+MASTER_SITES= http://starship.skyport.net/crew/marduk/linbot/
+
+MAINTAINER= billf@chc-chimes.com
+
+RUN_DEPENDS= python:${PORTSDIR}/lang/python
+
+NO_BUILD= yeah
+
+MAN1= linbot.1
+
+do-install:
+ ${MKDIR} ${PREFIX}/share/linbot
+ ${CP} ${WRKSRC}/*.py ${PREFIX}/share/linbot
+ ${CP} ${WRKSRC}/contrib/*.1 ${PREFIX}/man/man1
+ ${LN} -s ${PREFIX}/share/linbot/linbot.py ${PREFIX}/bin/linbot
+
+.include <bsd.port.mk>