diff options
-rw-r--r-- | audio/Makefile | 1 | ||||
-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 |
5 files changed, 37 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile index 00ab31933dd4..43e68fd238c3 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -178,6 +178,7 @@ SUBDIR += mp3splt SUBDIR += mp3stat SUBDIR += mp3wrap + SUBDIR += mpc SUBDIR += mpegaudio SUBDIR += mpg123 SUBDIR += mpg123.el diff --git a/audio/mpc/Makefile b/audio/mpc/Makefile new file mode 100644 index 000000000000..aed51edaa4f0 --- /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 000000000000..6f75dd8a30bb --- /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 000000000000..2d489a511a71 --- /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 000000000000..d83569cf5e98 --- /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 |