23 lines
475 B
Makefile
23 lines
475 B
Makefile
# $OpenBSD: Makefile,v 1.4 2009/10/12 17:16:51 sthen Exp $
|
|
|
|
COMMENT = allow UK users to download programmes from BBC iPlayer
|
|
|
|
DISTNAME = iplayer-dl-0.1.16
|
|
|
|
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>
|