in 1.62.2, bump PKGREVISION The reason I'm not updating to 1.62.2 yet is that it triggers problems with NetBSD's iconv(3) (WCHAR_T doesn't work), and that it doesn't create id3v1 tags anymore per default which many programs want.
22 lines
550 B
Makefile
22 lines
550 B
Makefile
# $NetBSD: Makefile,v 1.5 2007/08/14 21:41:06 drochner Exp $
|
|
#
|
|
|
|
DISTNAME= streamripper-1.61.27
|
|
PKGREVISION= 1
|
|
CATEGORIES= audio
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=streamripper/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://streamripper.sourceforge.net/
|
|
COMMENT= Splits SHOUTcast stream into tracks
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
PTHREAD_OPTS+= require
|
|
|
|
.include "options.mk"
|
|
|
|
.include "../../audio/libmad/buildlink3.mk"
|
|
.include "../../converters/libiconv/buildlink3.mk"
|
|
.include "../../mk/pthread.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|