# New ports collection makefile for:	minidlna
# Date created:		2010-06-13
# Whom:			Mikhail Teterin <mi@aldan.algebra.com>
#
# $FreeBSD: ports/net/minidlna/Makefile,v 1.1 2010/12/14 06:11:04 mi Exp $
#

PORTNAME=	minidlna
PORTVERSION=	2010.12.12
CATEGORIES=	net multimedia www
MASTER_SITES=	http://aldan.algebra.com/~mi/

MAINTAINER=	mi@aldan.algebra.com
COMMENT=	Media-server compatible with "Digital Life Network Alliance"

LIB_DEPENDS=	sqlite3:${PORTSDIR}/databases/sqlite3	\
		jpeg:${PORTSDIR}/graphics/jpeg	\
		exif:${PORTSDIR}/graphics/libexif	\
		id3tag:${PORTSDIR}/audio/libid3tag	\
		ogg:${PORTSDIR}/audio/libogg     	\
		vorbis:${PORTSDIR}/audio/libvorbis	\
		FLAC:${PORTSDIR}/audio/flac      	\
		avformat:${PORTSDIR}/multimedia/ffmpeg

USE_XZ=	yes
MAKE_JOBS_SAFE=	yes
MAKEFILE=	${FILESDIR}/BSDmakefile
NO_WRKSUBDIR=	yes
MAKE_ENV+=	FILESDIR="${FILESDIR}" INSTALL_DATA="${INSTALL_DATA}"
EXTRACT_AFTER_ARGS=|${TAR} -xpf - --exclude getifaddr.c

PKGMESSAGE=	${WRKSRC}/pkg-message
SUB_FILES+=	pkg-message
USE_RC_SUBR=	minidlna.sh
SUB_LIST+=	USER=${USERS}

USERS=	dlna
GROUPS=	dlna

post-install:
	${FMT} ${PKGMESSAGE}

.include <bsd.port.pre.mk>

.if ${OSVERSION} < 801000
EXTRA_PATCHES=	${FILESDIR}/scandir-patch
.endif

.include <bsd.port.post.mk>
