2003-10-19 10:33:39 +02:00
|
|
|
# New ports collection makefile for: slash
|
|
|
|
# Date created: 18 March 2002
|
|
|
|
# Whom: Autrijus Tang
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= slash
|
|
|
|
PORTVERSION= 2.2.6
|
2005-06-11 18:13:12 +02:00
|
|
|
PORTREVISION= 1
|
2003-10-19 10:33:39 +02:00
|
|
|
CATEGORIES= www
|
2004-01-01 16:28:56 +01:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
2003-10-19 10:33:39 +02:00
|
|
|
MASTER_SITE_SUBDIR= slashcode
|
|
|
|
DISTNAME= slash-${PORTVERSION}
|
|
|
|
|
2005-09-10 11:23:13 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-10-19 10:33:39 +02:00
|
|
|
COMMENT= Slash-Like Automatic Storytelling Homepage system
|
|
|
|
|
2004-02-18 09:50:34 +01:00
|
|
|
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DBD/mysql.pm:${PORTSDIR}/databases/p5-DBD-mysql \
|
2005-06-11 18:13:12 +02:00
|
|
|
${SITE_PERL}/${PERL_ARCH}/File/Spec.pm:${PORTSDIR}/devel/p5-PathTools \
|
2003-10-19 10:33:39 +02:00
|
|
|
${SITE_PERL}/Bundle/Slash.pm:${PORTSDIR}/www/p5-Bundle-Slash
|
2004-01-01 16:28:56 +01:00
|
|
|
RUN_DEPENDS= ${BUILD_DEPENDS} \
|
2003-10-19 10:33:39 +02:00
|
|
|
${LOCALBASE}/libexec/apache/libperl.so:${PORTSDIR}/www/mod_perl
|
|
|
|
|
2005-03-08 04:39:19 +01:00
|
|
|
MAKE_ARGS+= SLASH_PREFIX=${PREFIX}/slash
|
2005-02-28 02:50:22 +01:00
|
|
|
|
2003-10-19 10:33:39 +02:00
|
|
|
DOCS= README INSTALL
|
2004-02-18 09:50:34 +01:00
|
|
|
|
|
|
|
CONFLICTS= metalist
|
|
|
|
|
2006-08-04 14:34:50 +02:00
|
|
|
MAN3PREFIX= ${TARGETDIR}/lib/perl5/${PERL_VERSION}
|
2004-01-01 16:28:56 +01:00
|
|
|
MAN3= FZ.3 Slash.3 Slash::Apache.3 Slash::Apache::Banlist.3 \
|
|
|
|
Slash::Apache::Log.3 Slash::Apache::User.3 \
|
|
|
|
Slash::Custom::Bulkmail.3 Slash::DB.3 Slash::DB::MySQL.3 \
|
|
|
|
Slash::DB::Oracle.3 Slash::DB::PostgreSQL.3 \
|
|
|
|
Slash::DB::Static::MySQL.3 Slash::DB::Static::Oracle.3 \
|
|
|
|
Slash::DB::Static::PostgreSQL.3 Slash::DB::Utility.3 \
|
|
|
|
Slash::Display.3 Slash::Display::Plugin.3 \
|
|
|
|
Slash::Display::Provider.3 Slash::Install.3 Slash::Journal.3 \
|
|
|
|
Slash::Messages.3 Slash::Messages::DB::MySQL.3 \
|
|
|
|
Slash::Search.3 Slash::Test.3 Slash::Utility.3 \
|
|
|
|
Slash::Utility::Access.3 Slash::Utility::Anchor.3 \
|
|
|
|
Slash::Utility::Data.3 Slash::Utility::Display.3 \
|
|
|
|
Slash::Utility::Environment.3 Slash::Utility::System.3 \
|
|
|
|
Slash::XML.3 Slash::XML::RSS.3
|
2003-10-19 10:33:39 +02:00
|
|
|
|
|
|
|
post-install:
|
2004-01-01 16:28:56 +01:00
|
|
|
@${FIND} ${PREFIX}/slash -name "*.orig" -delete
|
2003-10-19 10:33:39 +02:00
|
|
|
@${SED} s!%%LOCALBASE%%!${LOCALBASE}!g ${PKGMESSAGE}
|
|
|
|
|
2005-06-11 18:13:12 +02:00
|
|
|
.include <bsd.port.mk>
|