1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00
freebsd-ports/audio/mcplay/Makefile
Martin Wilke d6843fd87e mcplay is a curses based front-end for various audio players. It
is a reimplementation in C of the well-known python program 'cplay'.

Supported players currently include:
- mpg123
- ogg123
- sox

WWW:	http://www.yahuxo.de/mcplay/

PR:		ports/144879
Submitted by:	Charlie Kester <corky1951 at comcast.net>
2010-03-20 18:55:54 +00:00

32 lines
687 B
Makefile

# Ports collection makefile for: mcplay
# Date created: 18 Mar 2010
# Whom: Charlie Kester <corky1951@comcast.net>
#
# $FreeBSD$
#
PORTNAME= mcplay
DISTVERSION= 0.3i
CATEGORIES= audio
MASTER_SITES= http://www.yahuxo.de/${PORTNAME}/
MAINTAINER= corky1951@comcast.net
COMMENT= A curses based front-end to various audioplayers
LIB_DEPENDS= glib-12:${PORTSDIR}/devel/glib12
.if !defined(NO_INSTALL_MANPAGES)
MAN1= ${PORTNAME}.1
MANCOMPRESSED= no
.endif
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>