mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
cffcff87c3
Approved by: pgj (mentor)
21 lines
415 B
Makefile
21 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>
|