openbsd-ports/multimedia/get_iplayer/Makefile
sthen 6fa27b211e update to 1.85; hulu and channel4 were removed, too much work keeping on
top of their changes. (channel4 were apparently showing one episode of
Countdown for every request to people using this....ho ho ho)
2009-05-13 09:31:44 +00:00

38 lines
902 B
Makefile

# $OpenBSD: Makefile,v 1.8 2009/05/13 09:31:44 sthen Exp $
COMMENT = download BBC iPlayer and ITV programmes
DISTNAME = get_iplayer-1.85
CATEGORIES = multimedia
HOMEPAGE = http://linuxcentre.net/get_iplayer/
# GPLv3+
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = Yes
MASTER_SITES = http://linuxcentre.net/get_iplayer/packages/
RUN_DEPENDS = ::audio/id3lib \
:rtmpdump->=1.5:net/rtmpdump \
::www/p5-HTML-Parser \
:p5-libwww->=5.826:www/p5-libwww
NO_BUILD = Yes
NO_REGRESS = Yes
pre-configure:
${SUBST_CMD} ${WRKSRC}/get_iplayer
do-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/get_iplayer/plugins
${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>