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

Add ncmpc 0.10.0,

ncmpc is a ncurses client for the Music Player Daemon
(audio/musicpd). ncmpc connects to a musicpd running on a
machine via a network. The interface was inspired by cplay.

PR:		ports/65521
Submitted by:	Mark Reidel <ports@mark.reidel.info>
This commit is contained in:
Kirill Ponomarev 2004-04-14 12:46:46 +00:00
parent 0ff7970f9d
commit 00349b7363
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=107016
5 changed files with 47 additions and 0 deletions

View File

@ -229,6 +229,7 @@
SUBDIR += mziq
SUBDIR += napster
SUBDIR += nas
SUBDIR += ncmpc
SUBDIR += net-rhythmbox
SUBDIR += nogger
SUBDIR += normalize

35
audio/ncmpc/Makefile Normal file
View File

@ -0,0 +1,35 @@
# New ports collection makefile for: ncmpc
# Date created: Apr 14 2004
# Whom: Mark Reidel <ports@mark.reidel.info>
#
# $FreeBSD$
#
PORTNAME= ncmpc
PORTVERSION= 0.10.0
CATEGORIES= audio
MASTER_SITES= http://hem.bredband.net/kaw/ncmpc/files/ \
http://mercury.chem.pitt.edu/~shank/
MAINTAINER= ports@mark.reidel.info
COMMENT= Ncurses client for the musicpd
LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt \
glib-2.0.400:${PORTSDIR}/devel/glib20
GNU_CONFIGURE= yes
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ENV= CFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
USE_ICONV= yes
MAN1= ncmpc.1
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/ncmpc ${PREFIX}/bin/
${MKDIR} ${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/doc/ncmpcrc.sample ${EXAMPLESDIR}/ncmpcrc
${INSTALL_DATA} ${WRKSRC}/doc/ncmpc.lirc ${EXAMPLESDIR}/
${INSTALL_MAN} ${WRKSRC}/doc/ncmpc.1 ${MAN1PREFIX}/man/man1/
.include <bsd.port.mk>

2
audio/ncmpc/distinfo Normal file
View File

@ -0,0 +1,2 @@
MD5 (ncmpc-0.10.0.tar.gz) = e3951d28bc2c559d6dfa0ca61ab57465
SIZE (ncmpc-0.10.0.tar.gz) = 163434

5
audio/ncmpc/pkg-descr Normal file
View File

@ -0,0 +1,5 @@
ncmpc is a ncurses client for the Music Player Daemon (audio/musicpd).
ncmpc connects to a musicpd running on a machine via a network.
The interface was inspired by cplay.
WWW: http://hem.bredband.net/kaw/ncmpc/

4
audio/ncmpc/pkg-plist Normal file
View File

@ -0,0 +1,4 @@
bin/ncmpc
%%EXAMPLESDIR%%/ncmpcrc
%%EXAMPLESDIR%%/ncmpc.lirc
@dirrm %%EXAMPLESDIR%%