aboutsummaryrefslogblamecommitdiff
path: root/multimedia/mmsclient/Makefile
blob: 4bd54bf0bcc1504f8dbb0207d95ffc0aaf878818 (plain) (tree)
1
2
3
4
5
6
7
8
9

                                                    
                                                                               





                         
                                    
                                                    
                                                

                                         
                                 
                                                


                           
                             

             
                                                                    

                      
# New ports collection makefile for:	mmsclient
# Date created:				4 March 2002
# Whom:					Alexey Dokuchaev <danfe@regency.nsu.ru>
#
# $FreeBSD$
#

PORTNAME=	mmsclient
PORTVERSION=	0.0.3
CATEGORIES=	multimedia audio net
MASTER_SITES=	http://www.geocities.com/majormms/ \
		http://freebsd.nsu.ru/distfiles/
DISTNAME=	mms_client-${PORTVERSION}

MAINTAINER=	danfe@FreeBSD.org
COMMENT=	Download Microsoft Media streams

GNU_CONFIGURE=	yes
MAN1=		mmsclient.1
PLIST_FILES=	bin/mmsclient

post-install:
	${INSTALL_MAN} ${FILESDIR}/mmsclient.1 ${MANPREFIX}/man/man1

.include <bsd.port.mk>