mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
Add mpc 0.9.0, command line client for the musicpd.
PR: 57520 Submitted by: Mark Reidel <ports@mark.reidle.info>
This commit is contained in:
parent
7b367090eb
commit
e7044fd510
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=91115
@ -178,6 +178,7 @@
|
||||
SUBDIR += mp3splt
|
||||
SUBDIR += mp3stat
|
||||
SUBDIR += mp3wrap
|
||||
SUBDIR += mpc
|
||||
SUBDIR += mpegaudio
|
||||
SUBDIR += mpg123
|
||||
SUBDIR += mpg123.el
|
||||
|
24
audio/mpc/Makefile
Normal file
24
audio/mpc/Makefile
Normal file
@ -0,0 +1,24 @@
|
||||
# New ports collection makefile for: mpc
|
||||
# Date created: Oct 02 2003
|
||||
# Whom: Mark Reidel <ports@mark.reidle.info>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= mpc
|
||||
PORTVERSION= 0.9.0
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= musicpd
|
||||
|
||||
MAINTAINER= ports@mark.reidel.info
|
||||
COMMENT= Command line client for the musicpd
|
||||
|
||||
USE_GMAKE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib" \
|
||||
|
||||
CFLAGS+= -I${PREFIX}/include
|
||||
|
||||
.include <bsd.port.mk>
|
1
audio/mpc/distinfo
Normal file
1
audio/mpc/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (mpc-0.9.0.tar.gz) = 6d9c24f223b0b01a076130164d641c11
|
5
audio/mpc/pkg-descr
Normal file
5
audio/mpc/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
A client for MPD, the Music Player Daemon.
|
||||
mpc connects to a MPD running on a machine via a network.
|
||||
Read more about MPD on http://www.musicpd.org
|
||||
|
||||
WWW: http://www.musicpd.org
|
6
audio/mpc/pkg-plist
Normal file
6
audio/mpc/pkg-plist
Normal file
@ -0,0 +1,6 @@
|
||||
bin/mpc
|
||||
man/man1/mpc.1
|
||||
share/doc/mpc/AUTHORS
|
||||
share/doc/mpc/README
|
||||
share/doc/mpc/mpc-bashrc
|
||||
@dirrm share/doc/mpc
|
Loading…
Reference in New Issue
Block a user