aboutsummaryrefslogtreecommitdiffstats
path: root/audio/squeezeboxserver-lazysearch/Makefile
blob: a85d3312447e136bd853a75a0e7badfbb5d6e071 (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:    squeezeboxserver-lazysearch
# Date created:     21 June 2008
# Whom:         Tim Bishop <tdb@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   lazysearch
PORTVERSION=    3.5.2
PORTREVISION=   1
CATEGORIES= audio
MASTER_SITES=   http://www.hickinbottom.com/sc-plugins/
PKGNAMEPREFIX=  squeezeboxserver-
DISTNAME=   LazySearch2-7-${PORTVERSION}
DIST_SUBDIR=    squeezeboxserver

MAINTAINER= tdb@FreeBSD.org
COMMENT=    Squeezebox Server plugin for performing lazy searches

RUN_DEPENDS=    softsqueeze:${PORTSDIR}/audio/squeezeboxserver

USE_ZIP=    yes
NO_WRKSUBDIR=   yes
NO_BUILD=   yes

SLIMDIR?=   squeezeboxserver
PLIST_SUB+= SLIMDIR=${SLIMDIR}

do-install:
    ${MKDIR} ${PREFIX}/${SLIMDIR}/Plugins/LazySearch2
    ${CP} -R ${WRKSRC}/LazySearch2/* ${PREFIX}/${SLIMDIR}/Plugins/LazySearch2

.include <bsd.port.mk>