pkgsrc/audio/streamripper-current/options.mk
drochner 4699e6e402 import streamripper-1.64.3
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.)
2009-01-07 18:51:28 +00:00

14 lines
381 B
Makefile

# $NetBSD: options.mk,v 1.1.1.1 2009/01/07 18:51:28 drochner Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.streamripper
PKG_SUPPORTED_OPTIONS= ogg
PKG_SUGGESTED_OPTIONS= ogg
.include "../../mk/bsd.options.mk"
.if !empty(PKG_OPTIONS:Mogg)
. include "../../audio/libvorbis/buildlink3.mk"
CONFIGURE_ARGS+= --with-ogg=${BUILDLINK_PREFIX.libvorbis}
.else
CONFIGURE_ARGS+= --disable-ogg
.endif