pkgsrc/net/msdl/Makefile
obache 00ba414d7d Update msdl to 1.2.5.
Notes:
Version 1.2.5.
-msdl
	- 11th release
	- all message goes to stderr
	- -o - (stdout) option added
	- changed uinq filtering function in get_url_list_from_file()
	- FreeBSD test done
2009-07-20 02:52:56 +00:00

18 lines
385 B
Makefile

# $NetBSD: Makefile,v 1.7 2009/07/20 02:52:56 obache Exp $
#
DISTNAME= msdl-1.2.5
CATEGORIES= net multimedia
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=msdl/}
MAINTAINER= obache@NetBSD.org
HOMEPAGE= http://msdl.sourceforge.net/
COMMENT= Media stream downloader
LICENSE= gnu-gpl-v3
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
USE_LANGUAGES= c
.include "../../mk/bsd.pkg.mk"