aboutsummaryrefslogtreecommitdiffstats
path: root/audio/mpc
diff options
context:
space:
mode:
authorgerald <gerald@FreeBSD.org>2013-11-26 22:02:43 +0800
committergerald <gerald@FreeBSD.org>2013-11-26 22:02:43 +0800
commit4899d51396489b06464322728522cb91a68516b8 (patch)
tree4624ae5c809b1c7ba0656e8ff946442aeb236df0 /audio/mpc
parent2b290372df49d4364c90a6943f266f7827c14f63 (diff)
downloadfreebsd-ports-gnome-4899d51396489b06464322728522cb91a68516b8.tar.gz
freebsd-ports-gnome-4899d51396489b06464322728522cb91a68516b8.tar.zst
freebsd-ports-gnome-4899d51396489b06464322728522cb91a68516b8.zip
Rename audio/mpc to audio/musicpc to avoid a package name conflict
with math/mpc. [1] Adjust to new LIB_DEPENDS standard. Broker a maintainer handover. [2] Approved by: portmgr (bapt) [1] Mark Reidel <ports@mark.reidel.info> (old maintainer) [2] gblach (new maintainer) [2]
Diffstat (limited to 'audio/mpc')
-rw-r--r--audio/mpc/Makefile60
-rw-r--r--audio/mpc/distinfo2
-rw-r--r--audio/mpc/pkg-descr5
3 files changed, 0 insertions, 67 deletions
diff --git a/audio/mpc/Makefile b/audio/mpc/Makefile
deleted file mode 100644
index edd44ee7afd3..000000000000
--- a/audio/mpc/Makefile
+++ /dev/null
@@ -1,60 +0,0 @@
-# Created by: Mark Reidel <ports@mark.reidle.info>
-# $FreeBSD$
-
-PORTNAME= mpc
-PORTVERSION= 0.22
-CATEGORIES= audio ipv6
-MASTER_SITES= SF/musicpd/${PORTNAME}/${PORTVERSION}/
-
-MAINTAINER= ports@mark.reidel.info
-COMMENT= Command line client for the musicpd
-
-LICENSE= GPLv2
-
-LIB_DEPENDS= mpdclient:${PORTSDIR}/audio/libmpdclient
-
-OPTIONS_DEFINE= EXAMPLES DOCS ICONV
-OPTIONS_DEFAULT= ICONV
-
-USES= pkgconfig
-NO_STAGE= yes
-USE_BZIP2= yes
-GNU_CONFIGURE= yes
-LDFLAGS+= -L${LOCALBASE}/lib
-CFLAGS+= -I${LOCALBASE}/include
-
-MAN1= ${PORTNAME}.1
-
-PORTDOCS= AUTHORS README NEWS
-PORTEXAMPLES= *
-
-PLIST_FILES= bin/${PORTNAME}
-
-.include <bsd.port.options.mk>
-
-.if ${PORT_OPTIONS:MICONV}
-USES+= iconv
-LDFLAGS+= ${ICONV_LIB}
-.else
-CONFIGURE_ARGS+=--disable-iconv
-.endif
-
-post-patch:
- @${REINPLACE_CMD} -e 's|-lintl|${ICONV_LIB}|g' ${WRKSRC}/configure
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/src/${PORTNAME} ${PREFIX}/bin
-
-.if ${PORT_OPTIONS:MDOCS}
- @${MKDIR} ${DOCSDIR}
- ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
-.endif
-
-.if ${PORT_OPTIONS:MEXAMPLES}
- @${MKDIR} ${EXAMPLESDIR}
- ${INSTALL_DATA} ${WRKSRC}/doc/${PORTNAME}-completion.bash ${EXAMPLESDIR}
-.endif
-
- ${INSTALL_MAN} ${WRKSRC}/doc/${PORTNAME}.1 ${MAN1PREFIX}/man/man1
-
-.include <bsd.port.mk>
diff --git a/audio/mpc/distinfo b/audio/mpc/distinfo
deleted file mode 100644
index 6e1053be24ca..000000000000
--- a/audio/mpc/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (mpc-0.22.tar.bz2) = cc42811d7ed8e65d50a0aaf1edf29597e3e264b06026b40da88a8a763a2dd334
-SIZE (mpc-0.22.tar.bz2) = 102296
diff --git a/audio/mpc/pkg-descr b/audio/mpc/pkg-descr
deleted file mode 100644
index ac2ba1d04a45..000000000000
--- a/audio/mpc/pkg-descr
+++ /dev/null
@@ -1,5 +0,0 @@
-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