21 lines
457 B
Makefile
21 lines
457 B
Makefile
# Created by: Mun-Kyo Seo <munggo@pmy.lv>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= mmsrip
|
|
PORTVERSION= 0.7.0
|
|
CATEGORIES= multimedia
|
|
MASTER_SITES= http://www.sourcefiles.org/Multimedia/Tools/Network/ \
|
|
http://nbenoit.tuxfamily.org/projects/mmsrip/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= MMS ripper - a client for the proprietary protocol mms://
|
|
|
|
LICENSE= GPLv2 # (or later)
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
MAN1= mmsrip.1
|
|
PLIST_FILES= bin/mmsrip
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|