0bfa3e0ad0
from Nigel J. Taylor, thanks!
23 lines
475 B
Makefile
23 lines
475 B
Makefile
# $OpenBSD: Makefile,v 1.3 2009/04/15 01:05:55 sthen Exp $
|
|
|
|
COMMENT = allow UK users to download programmes from BBC iPlayer
|
|
|
|
DISTNAME = iplayer-dl-0.1.15
|
|
|
|
CATEGORIES = multimedia
|
|
|
|
HOMEPAGE = http://po-ru.com/projects/iplayer-downloader/
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM = Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
MASTER_SITES = http://po-ru.com/files/
|
|
|
|
MODULES = lang/ruby
|
|
CONFIGURE_STYLE = ruby setup
|
|
|
|
.include <bsd.port.mk>
|