Version 1.2.3. -msdl - 9th release - fixed mmst 0x33 command bug (Thanks for Mr.ear5cm) - put more debug infos for --debug switch - fixed mmsh 2nd request message - fixed rtsp 0x82 magic inplementation
19 lines
387 B
Makefile
19 lines
387 B
Makefile
# $NetBSD: Makefile,v 1.4 2008/12/02 00:47:34 obache Exp $
|
|
#
|
|
|
|
DISTNAME= msdl-1.2.3
|
|
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"
|