4699e6e402
This is the newest version of streamripper. A user visible difference to current pkgsrc/audio/streamripper is that it doesn't create id3v1 tags per default. (It should also get some testing with non-ASCII locales.)
29 lines
805 B
Makefile
29 lines
805 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2009/01/07 18:51:28 drochner Exp $
|
|
#
|
|
|
|
DISTNAME= streamripper-1.64.3
|
|
CATEGORIES= audio
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=streamripper/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://streamripper.sourceforge.net/
|
|
COMMENT= Splits SHOUTcast stream into tracks
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS+= --without-included-tre
|
|
BUILDLINK_API_DEPENDS.tre+= tre>=0.7.5nb1
|
|
CONFIGURE_ARGS+= --without-included-libmad
|
|
USE_TOOLS+= pkg-config
|
|
|
|
PTHREAD_OPTS+= require
|
|
|
|
.include "options.mk"
|
|
|
|
.include "../../audio/libmad/buildlink3.mk"
|
|
.include "../../converters/libiconv/buildlink3.mk"
|
|
.include "../../devel/tre/buildlink3.mk"
|
|
.include "../../devel/glib2/buildlink3.mk"
|
|
.include "../../mk/pthread.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|