diff options
author | sumikawa <sumikawa@FreeBSD.org> | 2003-10-13 23:26:08 +0000 |
---|---|---|
committer | sumikawa <sumikawa@FreeBSD.org> | 2003-10-13 23:26:08 +0000 |
commit | 9264cb2aab5ec57dda6ec8f7ab7dbb042e64c016 (patch) | |
tree | f8fdc851c76b7f2530ea1e5ce0a7d58f82b11523 /audio/mpc | |
parent | 2553afefd774f052e2a7797e8b31a175b4f3b84b (diff) | |
download | FreeBSD-ports-9264cb2aab5ec57dda6ec8f7ab7dbb042e64c016.zip FreeBSD-ports-9264cb2aab5ec57dda6ec8f7ab7dbb042e64c016.tar.gz |
Add mpc 0.9.0, command line client for the musicpd.
PR: 57520
Submitted by: Mark Reidel <ports@mark.reidle.info>
Diffstat (limited to 'audio/mpc')
-rw-r--r-- | audio/mpc/Makefile | 24 | ||||
-rw-r--r-- | audio/mpc/distinfo | 1 | ||||
-rw-r--r-- | audio/mpc/pkg-descr | 5 | ||||
-rw-r--r-- | audio/mpc/pkg-plist | 6 |
4 files changed, 36 insertions, 0 deletions
diff --git a/audio/mpc/Makefile b/audio/mpc/Makefile new file mode 100644 index 0000000..aed51ed --- /dev/null +++ b/audio/mpc/Makefile @@ -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> diff --git a/audio/mpc/distinfo b/audio/mpc/distinfo new file mode 100644 index 0000000..6f75dd8 --- /dev/null +++ b/audio/mpc/distinfo @@ -0,0 +1 @@ +MD5 (mpc-0.9.0.tar.gz) = 6d9c24f223b0b01a076130164d641c11 diff --git a/audio/mpc/pkg-descr b/audio/mpc/pkg-descr new file mode 100644 index 0000000..2d489a5 --- /dev/null +++ b/audio/mpc/pkg-descr @@ -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 diff --git a/audio/mpc/pkg-plist b/audio/mpc/pkg-plist new file mode 100644 index 0000000..d83569c --- /dev/null +++ b/audio/mpc/pkg-plist @@ -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 |