diff --git a/audio/xmms-rateplug/Makefile b/audio/xmms-rateplug/Makefile index cd11d2dd4803..cf5a27b99fc5 100644 --- a/audio/xmms-rateplug/Makefile +++ b/audio/xmms-rateplug/Makefile @@ -1,42 +1,45 @@ # New ports collection makefile for: xmms-rateplug # Date created: 15 Jul 2005 # Whom: Emanuel Haupt # # $FreeBSD$ # PORTNAME= xmms-rateplug DISTVERSION= 0.4.2-3 PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} MASTER_SITE_SUBDIR= xmmsassesment MAINTAINER= ehaupt@FreeBSD.org COMMENT= Add song rating control to the XMMS playlist +DEPRECATED= Project disappeared from the internet +EXPIRATION_DATE=2006-12-01 + BUILD_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms RUN_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms USE_X_PREFIX= yes USE_GNOME= gtk12 CXXFLAGS+= -w -shared -fPIC `xmms-config --cflags` `gtk-config --cflags` \ `gtk-config --libs` PLUGIN= rateplug PLIST_FILES= lib/xmms/General/rateplug.so do-build: ${CXX} ${CXXFLAGS} ${WRKSRC}/${PLUGIN}.c++ -o ${WRKSRC}/${PLUGIN}.so do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PLUGIN}.so ${PREFIX}/lib/xmms/General post-install: @${CAT} ${PKGMESSAGE} install-user: ${SH} ${FILESDIR}/install-user .include diff --git a/audio/xmms-rateplug/pkg-descr b/audio/xmms-rateplug/pkg-descr index cc757715d03a..6454e5e563d2 100644 --- a/audio/xmms-rateplug/pkg-descr +++ b/audio/xmms-rateplug/pkg-descr @@ -1,12 +1,10 @@ Adds extra control to the XMMS playlist and automatically skips songs you don't like and play the ones you do like. * High rated songs will be played privileged * Manual manipulation of the assessment of single songs * Ignore single songs * Configurable -WWW: http://xmmsassesment.sourceforge.net/ - - ehaupt ehaupt@critical.ch