mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
18 lines
359 B
Makefile
18 lines
359 B
Makefile
# Created by: 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
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|