aboutsummaryrefslogtreecommitdiff
path: root/www/webcheck/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/webcheck/Makefile')
-rw-r--r--www/webcheck/Makefile28
1 files changed, 0 insertions, 28 deletions
diff --git a/www/webcheck/Makefile b/www/webcheck/Makefile
deleted file mode 100644
index a99067ad9882..000000000000
--- a/www/webcheck/Makefile
+++ /dev/null
@@ -1,28 +0,0 @@
-# New ports collection makefile for: linbot
-# Version required: 0.8
-# Date created: 19 September 1998
-# Whom: Bill Fumerola <billf@chc-chimes.com>
-#
-# $FreeBSD$
-#
-
-DISTNAME= linbot-0.9
-CATEGORIES= www python
-MASTER_SITES= http://starship.skyport.net/crew/marduk/linbot/download/
-
-MAINTAINER= billf@FreeBSD.org
-
-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}/*.css ${PREFIX}/share/linbot
- ${CP} ${WRKSRC}/contrib/*.1 ${PREFIX}/man/man1
- ${LN} -sf ${PREFIX}/share/linbot/linbot.py ${PREFIX}/bin/linbot
-
-.include <bsd.port.mk>