cffcff87c3
Approved by: pgj (mentor)
20 lines
415 B
Makefile
20 lines
415 B
Makefile
# New ports collection makefile for: msdl
|
|
# Date created: 2009-03-23
|
|
# Whom: Ashish Shukla <wahjava@gmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= msdl
|
|
PORTVERSION= 1.2.7
|
|
CATEGORIES= multimedia
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
|
|
|
|
MAINTAINER= ashish@FreeBSD.org
|
|
COMMENT= Streaming multimedia files downloader
|
|
|
|
GNU_CONFIGURE= yes
|
|
PLIST_FILES= bin/msdl
|
|
MAN1= msdl.1
|
|
|
|
.include <bsd.port.mk>
|