blob: 903f047d61d17f51df420d97019c4eb3a0097ff3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# 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>
|