mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
25 lines
536 B
Makefile
25 lines
536 B
Makefile
# New ports collection makefile for: mmsrip
|
|
# Date created: 7 JAN 2006
|
|
# Whom: Mun-Kyo Seo <munggo@pmy.lv>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= mmsrip
|
|
PORTVERSION= 0.7.0
|
|
CATEGORIES= multimedia
|
|
MASTER_SITES= http://nbenoit.tuxfamily.org/projects/mmsrip/ \
|
|
http://pmy.lv/mirror/MMSRipper/ \
|
|
http://freshmeat.net/redir/mmsrip/56514/url_tgz/
|
|
|
|
MAINTAINER= munggo@pmy.lv
|
|
COMMENT= MMSRIP is a client for the proprietary protocol mms://
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
MAN1= mmsrip.1
|
|
|
|
PLIST_FILES= bin/mmsrip
|
|
|
|
.include <bsd.port.mk>
|