blob: 50c2ebf4a3d39eb3cf5ce3803a7cf8bff72663b4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
# 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>
|