d9c0f1d5a5
searching allows for much faster entry of search text by allowing you to forget about multi-tapping and instead just press each of the remote control buttons once for each of the letters in the text, whatever position the letter appears in above the button. WWW: http://hickinbottom.demon.co.uk/lazysearch/
33 lines
855 B
Makefile
33 lines
855 B
Makefile
# New ports collection makefile for: squeezecenter-lazysearch
|
|
# Date created: 21 June 2008
|
|
# Whom: Tim Bishop <tdb@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= lazysearch
|
|
PORTVERSION= 3.0
|
|
CATEGORIES= audio
|
|
# Distfile mirrored due to being unversioned on author's site
|
|
MASTER_SITES= ftp://ftp.i-scream.org/pub/slimserver/${PORTNAME}/ \
|
|
http://ftp.i-scream.org/pub/slimserver/${PORTNAME}/
|
|
PKGNAMEPREFIX= squeezecenter-
|
|
DIST_SUBDIR= squeezecenter
|
|
|
|
MAINTAINER= tdb@FreeBSD.org
|
|
COMMENT= SqueezeCenter plugin for performing lazy searches
|
|
|
|
RUN_DEPENDS= softsqueeze:${PORTSDIR}/audio/squeezecenter
|
|
|
|
USE_ZIP= yes
|
|
NO_WRKSUBDIR= yes
|
|
NO_BUILD= yes
|
|
|
|
SLIMDIR?= squeezecenter
|
|
PLIST_SUB+= SLIMDIR=${SLIMDIR}
|
|
|
|
do-install:
|
|
${MKDIR} ${PREFIX}/${SLIMDIR}/Plugins/LazySearch2
|
|
${CP} -R ${WRKSRC}/LazySearch2/* ${PREFIX}/${SLIMDIR}/Plugins/LazySearch2
|
|
|
|
.include <bsd.port.mk>
|