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


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

1.2
date	2012.01.14.22.27.02;	author netchild;	state Exp;
branches;
next	1.1;

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


desc
@@


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

PORTNAME=	kplaylist
PORTVERSION=	1.8.505
PORTREVISION?=	1
CATEGORIES=	www multimedia
MASTER_SITES=	http://www.kplaylist.net/archive.php?file=1.8.505&tar=true/
DISTNAME=	${PORTNAME}.${PORTVERSION}

MAINTAINER=	kevlo@@FreeBSD.org
COMMENT=	A PHP based music database

RUN_DEPENDS=	lame:${PORTSDIR}/audio/lame \
		oggenc:${PORTSDIR}/audio/vorbis-tools \
		zip:${PORTSDIR}/archivers/zip

USE_PHP=	curl mysql session iconv

WRKSRC=		${WRKDIR}
WWWDIR?=	${PREFIX}/www/${PORTNAME}
NO_BUILD=	yes

PLIST_FILES=	%%WWWDIR%%/index.php
PLIST_DIRS=	%%WWWDIR%%

do-install:
	${MKDIR} ${WWWDIR}
	@@cd ${WRKSRC} && ${CP} kplaylist.1.8.505.php ${WWWDIR}/index.php
	${CHOWN} -R ${WWWOWN}:${WWWGRP} ${WWWDIR} 

.include <bsd.port.mk>
@


1.2
log
@Update lame to 3.99.3.
Bump portrevision of all ports which depend upon it.
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.1
log
@Initial import of kplaylist 1.8.505

kPlaylist is a free PHP system that makes your music collection
available via the Internet.
kPlaylist is a music database that you manage via the web. With kPlaylist
you can stream your music (ogg, mp3, wav, wma, etc.), you can upload,
make playlists, share, search, download and a lot more.
@
text
@d10 1
@

