summaryrefslogtreecommitdiff
path: root/misc/scriptkit/Makefile
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2002-03-28 03:10:21 +0000
committerKris Kennaway <kris@FreeBSD.org>2002-03-28 03:10:21 +0000
commitd1728100be5edc9062df93af31a29d944b276658 (patch)
treec4c8a3d58004ea6c275a2e2e0df64de7b41353ca /misc/scriptkit/Makefile
parentAdd dansguardian 2.2.7.1, a fast, simple web content filter for (diff)
Remove scriptkit, which has been broken for over 3 years.
Notes
Notes: svn path=/head/; revision=56769
Diffstat (limited to 'misc/scriptkit/Makefile')
-rw-r--r--misc/scriptkit/Makefile22
1 files changed, 0 insertions, 22 deletions
diff --git a/misc/scriptkit/Makefile b/misc/scriptkit/Makefile
deleted file mode 100644
index da404782679a..000000000000
--- a/misc/scriptkit/Makefile
+++ /dev/null
@@ -1,22 +0,0 @@
-# New ports collection makefile for: scriptkit
-# Date created: 22 April 1998
-# Whom: Yukihiro Nakai <Nakai@technologist.com>
-#
-# $FreeBSD$
-#
-
-PORTNAME= scriptkit
-PORTVERSION= 0.1.6
-CATEGORIES= misc
-MASTER_SITES= ftp://ftp.aist-nara.ac.jp/pub/personal/masata-y/gyve/fullkit/gyve-0.1.2.4/
-DISTNAME= ScriptKit-${PORTVERSION}
-
-MAINTAINER= nakai@FreeBSD.org
-
-BUILD_DEPENDS= goconfig:${PORTSDIR}/lang/guileobjc
-
-BROKEN= Depends on guileobjc
-
-GNU_CONFIGURE= yes
-
-.include <bsd.port.mk>