mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
26 lines
582 B
Makefile
26 lines
582 B
Makefile
# 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>
|