1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

- Trim Makefile header per new style

- Drop indefinite article from COMMENT
- Define LICENSE (GPLv2)
- Remove NO_INSTALL_MANPAGES bandaids
- Reformat port description text
This commit is contained in:
Alexey Dokuchaev 2013-02-27 03:08:45 +00:00
parent 2392911af0
commit 6fd18cf06a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=313028
2 changed files with 12 additions and 20 deletions

View File

@ -1,9 +1,5 @@
# Ports collection makefile for: mcplay
# Date created: 18 Mar 2010
# Whom: Charlie Kester <corky1951@comcast.net>
#
# Created by: Charlie Kester <corky1951@comcast.net>
# $FreeBSD$
#
PORTNAME= mcplay
DISTVERSION= 0.3i
@ -11,21 +7,17 @@ CATEGORIES= audio
MASTER_SITES= http://www.yahuxo.de/${PORTNAME}/
MAINTAINER= ports@FreeBSD.org
COMMENT= A curses based front-end to various audioplayers
COMMENT= Curses based front-end to various audio players
LICENSE= GPLv2
LIB_DEPENDS= glib-12:${PORTSDIR}/devel/glib12
.if !defined(NO_INSTALL_MANPAGES)
MAN1= ${PORTNAME}.1
MANCOMPRESSED= no
.endif
PLIST_FILES= bin/${PORTNAME}
PLIST_FILES= bin/${PORTNAME}
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
.if !defined(NO_INSTALL_MANPAGES)
${INSTALL_MAN} ${FILESDIR}/${PORTNAME}.1 ${MAN1PREFIX}/man/man1
.endif
.include <bsd.port.mk>

View File

@ -1,10 +1,10 @@
mcplay is a curses based front-end for various audio players. It
is a reimplementation in C of the well-known python program 'cplay'.
mcplay is a curses based front-end for various audio players. It is a C
language reimplementation of the well-known Python program, `cplay'.
Supported players currently include:
- mpg123
- ogg123
- sox
Author: Tobias Rapp
WWW: http://www.yahuxo.de/mcplay/
- mpg123
- ogg123
- sox
WWW: http://www.yahuxo.de/mcplay/