head	1.3;
access;
symbols
	RELEASE_8_3_0:1.2
	RELEASE_9_0_0:1.2
	RELEASE_7_4_0:1.2
	RELEASE_8_2_0:1.2
	RELEASE_6_EOL:1.2;
locks; strict;
comment	@# @;


1.3
date	2012.11.17.06.02.37;	author svnexp;	state Exp;
branches;
next	1.2;

1.2
date	2010.10.28.05.45.26;	author kevlo;	state Exp;
branches;
next	1.1;

1.1
date	2010.10.27.10.40.13;	author kevlo;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Switch exporter over
@
text
@# New ports collection makefile for:	jinzora
# Date created:		27 October 2010
# Whom:			Kevin Lo <kevlo@@FreeBSD.org>
#
# $FreeBSD: head/www/jinzora/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	jinzora
PORTVERSION=	3.0
PORTREVISION=	1
CATEGORIES=	www multimedia
MASTER_SITES=	SF/${PORTNAME}/Jinzora%20${PORTVERSION}

MAINTAINER=	kevlo@@FreeBSD.org
COMMENT=	A web based media streaming and management system

USE_PHP=	mysql session iconv gd pdf

WWWDOCROOT?=	www

WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
NO_BUILD=	yes
SUB_FILES=      pkg-message

do-install:
	${MKDIR} ${WWWDIR}
	@@cd ${WRKSRC} && ${COPYTREE_SHARE} . ${WWWDIR}
	@@if [ ! -f ${WWWDIR}/settings.php ]; then \
	${TOUCH} ${WWWDIR}/settings.php ; fi
	${CHOWN} -R ${WWWOWN}:${WWWGRP} ${WWWDIR} 
	${CHMOD} 755 ${WWWDIR}/jukebox/settings.php
	${CHMOD} -R 755 ${WWWDIR}/temp
	${CHMOD} -R 755 ${WWWDIR}/data

post-install:
	@@${CAT} ${PKGMESSAGE}
	@@${FIND} -s -d ${WWWDIR} -type f -print | \
		${SED} -e "s#${PREFIX}/##g" >> ${TMPPLIST}
	@@${FIND} -s -d ${WWWDIR} -type d  -print | \
		${SED} -E -e "s#${PREFIX}/#@@dirrm #g" >> ${TMPPLIST}

.include <bsd.port.mk>
@


1.2
log
@Zap JINZORA. Pointed out by sahil, thanks!
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.1
log
@Initial import of jinzora 3.0

Jinzora is the premiere web based media management system.
It allows you to easily stream your media, both audio and video
from your webserver to virtualy any media player that supports
streaming (WMP, Winamp, Foobar, XMMS, iTunes, etc).
@
text
@d10 1
a19 1
JINZORA?=	${PORTNAME}
a23 4
SUB_LIST=	JINZORA="${JINZORA}" \
		JINZORA="${JINZORA}"

JINZORADIR=	${WWWDOCROOT}/${JINZORA}
@

