diff options
author | Rene Ladan <rene@FreeBSD.org> | 2014-06-02 09:19:32 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2014-06-02 09:19:32 +0000 |
commit | f1d7510a15bcfa7f0f6a1e55bf8413d004372d83 (patch) | |
tree | 82b9f76a5b2d84a42c2143555b3da9ba08097548 /multimedia | |
parent | 886c83c618290bb4fc92189dabca543aab7a1a8b (diff) | |
download | ports-f1d7510a15bcfa7f0f6a1e55bf8413d004372d83.tar.gz ports-f1d7510a15bcfa7f0f6a1e55bf8413d004372d83.zip |
Notes
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/Makefile | 1 | ||||
-rw-r--r-- | multimedia/shell-fm/Makefile | 53 | ||||
-rw-r--r-- | multimedia/shell-fm/distinfo | 2 | ||||
-rw-r--r-- | multimedia/shell-fm/pkg-descr | 7 |
4 files changed, 0 insertions, 63 deletions
diff --git a/multimedia/Makefile b/multimedia/Makefile index ebe7baaa145e..d9b6beed3cd3 100644 --- a/multimedia/Makefile +++ b/multimedia/Makefile @@ -317,7 +317,6 @@ SUBDIR += rubygem-gstreamer SUBDIR += sabbu SUBDIR += schroedinger - SUBDIR += shell-fm SUBDIR += smpeg SUBDIR += smpeg2 SUBDIR += smplayer diff --git a/multimedia/shell-fm/Makefile b/multimedia/shell-fm/Makefile deleted file mode 100644 index 373096218324..000000000000 --- a/multimedia/shell-fm/Makefile +++ /dev/null @@ -1,53 +0,0 @@ -# Created by: Nikos Ntarmos <ntarmos@ceid.upatras.gr> -# $FreeBSD$ - -PORTNAME= shell-fm -PORTVERSION= 0.7 -PORTEPOCH= 2 -CATEGORIES= multimedia -MASTER_SITES= http://nex.scrapping.cc/shell-fm/releases/ - -MAINTAINER= ntarmos@cs.uoi.gr -COMMENT= A command-line client for Last.FM - -LIB_DEPENDS= ao:${PORTSDIR}/audio/libao \ - mad:${PORTSDIR}/audio/libmad - -USES= gmake pkgconfig -USE_BZIP2= true -LDFLAGS+= -L${LOCALBASE}/lib -CFLAGS+= -I${LOCALBASE}/include - -DEPRECATED= Unusable, subscription radio streaming service will come to an end -EXPIRATION_DATE=2014-06-02 - -MAN1= shell-fm.1 -MANCOMPRESSED= yes -PLIST_FILES= bin/shell-fm -PORTDOCS= AUTHORS RELEASE INSTALL -PORTEXAMPLES= shell-colors.sh shell-fm-tune.sh \ - unix.pl zcontrol - -NO_STAGE= yes -pre-build: - @${REINPLACE_CMD} \ - -e 's/^PREFIX.*$$/\PREFIX := $$(LOCALBASE)/g' \ - ${WRKSRC}/Makefile - -post-install: -.if !defined(NOPORTDOCS) - @${ECHO_MSG} "installing additional documentation to ${DOCSDIR}" - @${MKDIR} ${DOCSDIR} -. for doc in ${PORTDOCS} - @${INSTALL_DATA} ${WRKSRC}/${doc} ${DOCSDIR} -. endfor -.endif -.if !defined(NOPORTEXAMPLES) - @${MKDIR} ${EXAMPLESDIR} - @${ECHO_MSG} "installing examples to ${EXAMPLESDIR}" -. for example in ${PORTEXAMPLES} - @${INSTALL_DATA} ${WRKSRC}/scripts/${example} ${EXAMPLESDIR} -. endfor -.endif - -.include <bsd.port.mk> diff --git a/multimedia/shell-fm/distinfo b/multimedia/shell-fm/distinfo deleted file mode 100644 index 3f68a25dd5e3..000000000000 --- a/multimedia/shell-fm/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (shell-fm-0.7.tar.bz2) = 01262c65735ab2531795a471db845ceed0a3fc3b410e0fe7f75ad12bccca1cdc -SIZE (shell-fm-0.7.tar.bz2) = 41902 diff --git a/multimedia/shell-fm/pkg-descr b/multimedia/shell-fm/pkg-descr deleted file mode 100644 index bac269037356..000000000000 --- a/multimedia/shell-fm/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -This is a port of Shell.FM, a console based player for the streams -provided by Last.FM for the Linux platform. It's lightweight, easy to -use and under heavy development. New features might be added every day. -Shell.FM is Open Source and published under the terms of the GNU General -Public License, so feel free to modify and/or redistribute it. - -WWW: http://nex.scrapping.cc/shell-fm/ |