aboutsummaryrefslogtreecommitdiff
path: root/audio/squeezeboxserver-lazysearch/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'audio/squeezeboxserver-lazysearch/Makefile')
-rw-r--r--audio/squeezeboxserver-lazysearch/Makefile33
1 files changed, 0 insertions, 33 deletions
diff --git a/audio/squeezeboxserver-lazysearch/Makefile b/audio/squeezeboxserver-lazysearch/Makefile
deleted file mode 100644
index 50c2ebf4a3d3..000000000000
--- a/audio/squeezeboxserver-lazysearch/Makefile
+++ /dev/null
@@ -1,33 +0,0 @@
-# New ports collection makefile for: squeezecenter-lazysearch
-# Date created: 21 June 2008
-# Whom: Tim Bishop <tdb@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= lazysearch
-PORTVERSION= 3.2
-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>