summaryrefslogtreecommitdiff
path: root/www/slash/Makefile
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2003-08-08 04:01:20 +0000
committerKris Kennaway <kris@FreeBSD.org>2003-08-08 04:01:20 +0000
commitff304793f94b6ea48421177328bb4b0529d9c882 (patch)
treeaf4c21797ec7c0e3c38109257e157baf2e361134 /www/slash/Makefile
parentAs announced on May 6, remove the broken print/xpp port. (diff)
As announced on May 6, remove the broken www/slash port.
Notes
Notes: svn path=/head/; revision=86556
Diffstat (limited to 'www/slash/Makefile')
-rw-r--r--www/slash/Makefile31
1 files changed, 0 insertions, 31 deletions
diff --git a/www/slash/Makefile b/www/slash/Makefile
deleted file mode 100644
index 905774a077c7..000000000000
--- a/www/slash/Makefile
+++ /dev/null
@@ -1,31 +0,0 @@
-# New ports collection makefile for: slash
-# Date created: 18 March 2002
-# Whom: Autrijus Tang
-#
-# $FreeBSD$
-#
-
-PORTNAME= slash
-PORTVERSION= 2.2.6
-CATEGORIES= www
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= slashcode
-
-MAINTAINER= autrijus@autrijus.org
-COMMENT= Slash-Like Automatic Storytelling Homepage system
-
-BROKEN= "Broken pkg-plist"
-
-BUILD_DEPENDS= ${LOCALBASE}/bin/safe_mysqld:${PORTSDIR}/databases/mysql323-server \
- ${SITE_PERL}/Bundle/Slash.pm:${PORTSDIR}/www/p5-Bundle-Slash
-RUN_DEPENDS= ${BUILD_DEPENDS} \
- ${LOCALBASE}/libexec/apache/libperl.so:${PORTSDIR}/www/mod_perl
-
-SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}
-
-DOCS= README INSTALL
-
-post-install:
- @${SED} s!%%LOCALBASE%%!${LOCALBASE}!g ${PKGMESSAGE}
-
-.include <bsd.port.mk>