aboutsummaryrefslogtreecommitdiff
path: root/www/webcheck/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/webcheck/Makefile')
-rw-r--r--www/webcheck/Makefile27
1 files changed, 0 insertions, 27 deletions
diff --git a/www/webcheck/Makefile b/www/webcheck/Makefile
deleted file mode 100644
index 03bf2c9e128e..000000000000
--- a/www/webcheck/Makefile
+++ /dev/null
@@ -1,27 +0,0 @@
-# New ports collection makefile for: linbot
-# Date created: 19 September 1998
-# Whom: Bill Fumerola <billf@chc-chimes.com>
-#
-# $FreeBSD$
-#
-
-PORTNAME= linbot
-PORTVERSION= 1.0
-CATEGORIES= www python
-MASTER_SITES= ${MASTER_SITE_SUNSITE}
-MASTER_SITE_SUBDIR= apps/www/misc
-EXTRACT_SUFX= .tgz
-
-MAINTAINER= billf@FreeBSD.org
-
-RUN_DEPENDS= python:${PORTSDIR}/lang/python
-
-NO_BUILD= yeah
-
-do-install:
- ${MKDIR} ${PREFIX}/share/linbot
- ${CP} ${WRKSRC}/*.py ${PREFIX}/share/linbot
- ${CP} ${WRKSRC}/*.css ${PREFIX}/share/linbot
- ${LN} -sf ${PREFIX}/share/linbot/linbot.py ${PREFIX}/bin/linbot
-
-.include <bsd.port.mk>