freebsd-ports/multimedia/mmsclient/Makefile
Patrick Li 184c01e878 New port graphics/mmsclient - A client to let you download internet
streams using Microsoft's MMS protocol.

PR:		35554
Submitted by:	Alexey Dokuchaev <danfe@cytherea.weblab.nsu.ru>
2002-03-07 07:26:38 +00:00

24 lines
522 B
Makefile

# New ports collection makefile for: mmsclient
# Date created: 4 March 2002
# Whom: danfe@regency.nsu.ru
#
# $FreeBSD$
#
PORTNAME= mmsclient
PORTVERSION= 0.0.3
CATEGORIES= graphics audio
MASTER_SITES= http://www.geocities.com/majormms/ \
ftp://danfe.rimusa.org/tmp/ \
http://inet.ssc.nsu.ru/~danfe/
DISTNAME= mms_client-${PORTVERSION}
MAINTAINER= danfe@regency.nsu.ru
GNU_CONFIGURE= yes
MAN1= mmsclient.1
post-install:
@${INSTALL_MAN} ${FILESDIR}/mmsclient.1 ${MANPREFIX}/man/man1
.include <bsd.port.mk>