1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00
freebsd-ports/multimedia/mmsclient/Makefile
Alexey Dokuchaev b10a5d3d10 - Improve COMMENT: make it based on a noun, not a verb
- Define LICENSE (GPLv2)
- Provide new homepage and distfile location as GeoCities are no more :(
- Reformat port description
- Drop maintainership
2011-09-01 11:16:05 +00:00

28 lines
644 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://ole.tange.dk/projekter/kontroversielt/www.geocities.com/majormms/ \
http://freebsd.nsu.ru/distfiles/
DISTNAME= mms_client-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Tool to download Microsoft Media streams
LICENSE= GPLv2
GNU_CONFIGURE= yes
MAN1= mmsclient.1
PLIST_FILES= bin/mmsclient
post-install:
${INSTALL_MAN} ${FILESDIR}/mmsclient.1 ${MANPREFIX}/man/man1
.include <bsd.port.mk>