aboutsummaryrefslogtreecommitdiffstats
path: root/audio/streamtuner-local/Makefile
blob: 47adaea9d58432d02635a68857b90730f6b46772 (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
# New ports collection makefile for:    streamtuner-local
# Date created:         18 Jul 2002
# Whom:             Jean-Yves Lefort <jylefort@brutele.be>
#
# $FreeBSD$
#

PORTNAME=       streamtuner-local
PORTVERSION=        0.4.0
PORTREVISION=       1
CATEGORIES=     audio www
MASTER_SITES=       ${MASTER_SITE_SAVANNAH}
MASTER_SITE_SUBDIR= streamtuner

MAINTAINER=     jylefort@brutele.be
COMMENT=        A streamtuner plugin for local music access

BUILD_DEPENDS=      ${X11BASE}/include/streamtuner/streamtuner.h:${PORTSDIR}/audio/streamtuner
RUN_DEPENDS=        ${X11BASE}/bin/streamtuner:${PORTSDIR}/audio/streamtuner
LIB_DEPENDS=        id3tag:${PORTSDIR}/audio/libid3tag \
            vorbis:${PORTSDIR}/audio/libvorbis

USE_X_PREFIX=       yes
USE_LIBTOOL_VER=    15

CONFIGURE_ENV=      CPPFLAGS="-I${LOCALBASE}/include" \
            LDFLAGS="-L${LOCALBASE}/lib"

.include <bsd.port.mk>