openbsd-ports/multimedia/get_iplayer/Makefile
sthen 0c62683fdf update to 2.56;
* Fix flvstreamer/rtmpdump version detection.
* Improved episode name extraction from meta-data to include episode
number where appropriate.
* Added episode and series numbers to caches.
* Added freevo as a metadata format.
* Added --email options to allow for scheduled html search results to be
sent by email (Credit: Stroller).
2010-01-08 14:30:30 +00:00

46 lines
1.2 KiB
Makefile

# $OpenBSD: Makefile,v 1.37 2010/01/08 14:30:30 sthen Exp $
COMMENT = download BBC iPlayer and ITV programmes
DISTNAME = get_iplayer-2.56
CATEGORIES = multimedia
HOMEPAGE = http://linuxcentre.net/get_iplayer/
MAINTAINER = Stuart Henderson <sthen@openbsd.org>
# GPLv3+
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = Yes
MAINTAINER = Stuart Henderson <sthen@openbsd.org>
MASTER_SITES = http://linuxcentre.net/get_iplayer/packages/ \
http://linuxcentre.net/get_iplayer/packages/archive/
RUN_DEPENDS = ::audio/id3lib \
::multimedia/atomicparsley \
:flvstreamer->=1.9:net/flvstreamer \
::www/p5-HTML-Parser \
:p5-libwww->=5.826:www/p5-libwww
NO_BUILD = Yes
NO_REGRESS = Yes
PKG_ARCH = *
pre-configure:
${SUBST_CMD} ${WRKSRC}/get_iplayer
${SUBST_CMD} -c ${FILESDIR}/options.sample ${WRKSRC}/options.sample
do-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/get_iplayer/plugins
${INSTALL_DATA} ${WRKSRC}/options.sample ${PREFIX}/share/get_iplayer
${INSTALL_SCRIPT} ${WRKSRC}/get_iplayer ${PREFIX}/bin
${INSTALL_SCRIPT} ${WRKSRC}/plugins/* \
${PREFIX}/share/get_iplayer/plugins
${INSTALL_MAN} ${WRKSRC}/get_iplayer.1 ${PREFIX}/man/man1
.include <bsd.port.mk>