mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
35ee82db50
Slash -- Slashdot Like Automated Storytelling Homepage -- is the code that runs Slashdot. PR: 57199 Submitted by: Autrijus Tang <autrijus@autrijus.org>
35 lines
875 B
Makefile
35 lines
875 B
Makefile
# 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
|
|
DISTNAME= slash-${PORTVERSION}
|
|
|
|
MAINTAINER= autrijus@autrijus.org
|
|
COMMENT= Slash-Like Automatic Storytelling Homepage system
|
|
|
|
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
|
|
|
|
DOCS= README INSTALL
|
|
|
|
post-install:
|
|
@${SED} s!%%LOCALBASE%%!${LOCALBASE}!g ${PKGMESSAGE}
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${PERL_LEVEL} < 500601
|
|
BUILD_DEPENDS+= ${SITE_PERL}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|