# New ports collection makefile for: minidlna # Date created: 2010-06-13 # Whom: Mikhail Teterin # # $FreeBSD$ # PORTNAME= minidlna PORTVERSION= 1.0.22 PORTEPOCH= 1 CATEGORIES= net multimedia www MASTER_SITES= SF DISTFILES= ${PORTNAME}_${PORTVERSION}_src.tar.gz 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 MAKE_JOBS_SAFE= yes MAKEFILE= ${FILESDIR}/BSDmakefile 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 .if ${OSVERSION} < 800500 EXTRA_PATCHES= ${FILESDIR}/scandir-patch .endif .include ome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Support stagedir.vanilla2014-01-091-3/+1
* Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-0/+1
* - Unbreak parallel (-jX) builds (have to use GNU make)danfe2013-07-311-4/+4
* Mark as job unsafebapt2013-07-111-0/+1
* New USES imake to handle the dependency on imake.bapt2013-06-281-6/+2
* Convert romain's ports to new option frameworkbapt2012-12-301-7/+5
* - Take maintainership;romain2011-09-141-2/+8
* - Get Rid MD5 supportmiwi2011-03-191-1/+0