blob: 0f1aa5ee95a50d4e00e7a1fd6468a643d706d474 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# $NetBSD: Makefile,v 1.9 2004/01/03 18:49:34 reed Exp $
#
DISTNAME= streamtuner-live365-0.3.2
PKGREVISION= 2
CATEGORIES= audio
MASTER_SITES= http://savannah.nongnu.org/download/streamtuner/streamtuner-live365.pkg/0.3.2/
MAINTAINER= xtraeme@NetBSD.org
HOMEPAGE= http://www.nongnu.org/streamtuner/
COMMENT= Live365 plugin for streamtuner
USE_BUILDLINK2= YES
USE_LIBTOOL= YES
GNU_CONFIGURE= YES
USE_X11= YES
SHLIBTOOL_OVERRIDE= ${WRKSRC}/libtool
.include "../../audio/streamtuner/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"
|