aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/mmsclient/Makefile
blob: f7556a3116842367233efba42d3fdb5d37ed1a46 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# 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://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>