diff options
-rw-r--r-- | audio/Makefile | 1 | ||||
-rw-r--r-- | audio/ncmpc/Makefile | 35 | ||||
-rw-r--r-- | audio/ncmpc/distinfo | 2 | ||||
-rw-r--r-- | audio/ncmpc/pkg-descr | 5 | ||||
-rw-r--r-- | audio/ncmpc/pkg-plist | 4 |
5 files changed, 47 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile index 0f0e93b18690..d30bf5d938bb 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -229,6 +229,7 @@ SUBDIR += mziq SUBDIR += napster SUBDIR += nas + SUBDIR += ncmpc SUBDIR += net-rhythmbox SUBDIR += nogger SUBDIR += normalize diff --git a/audio/ncmpc/Makefile b/audio/ncmpc/Makefile new file mode 100644 index 000000000000..108859be7ffd --- /dev/null +++ b/audio/ncmpc/Makefile @@ -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> diff --git a/audio/ncmpc/distinfo b/audio/ncmpc/distinfo new file mode 100644 index 000000000000..77eade66abd2 --- /dev/null +++ b/audio/ncmpc/distinfo @@ -0,0 +1,2 @@ +MD5 (ncmpc-0.10.0.tar.gz) = e3951d28bc2c559d6dfa0ca61ab57465 +SIZE (ncmpc-0.10.0.tar.gz) = 163434 diff --git a/audio/ncmpc/pkg-descr b/audio/ncmpc/pkg-descr new file mode 100644 index 000000000000..3b851f1a1533 --- /dev/null +++ b/audio/ncmpc/pkg-descr @@ -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/ diff --git a/audio/ncmpc/pkg-plist b/audio/ncmpc/pkg-plist new file mode 100644 index 000000000000..b722968e3a15 --- /dev/null +++ b/audio/ncmpc/pkg-plist @@ -0,0 +1,4 @@ +bin/ncmpc +%%EXAMPLESDIR%%/ncmpcrc +%%EXAMPLESDIR%%/ncmpc.lirc +@dirrm %%EXAMPLESDIR%% |