mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
4e66d49984
Update SITES, HOMEPAGE, and comments.
28 lines
593 B
Makefile
28 lines
593 B
Makefile
COMMENT= rip shoutcast streams to local mp3s
|
|
|
|
DISTNAME= streamripper-1.64.6
|
|
REVISION= 5
|
|
CATEGORIES= audio
|
|
|
|
HOMEPAGE= https://streamripper.sourceforge.net/
|
|
|
|
SITES= ${SITE_SOURCEFORGE:=streamripper/}
|
|
|
|
# GPLv2
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
WANTLIB += c glib-2.0 iberty iconv intl m mad>=2 ogg>=5.2 pthread vorbis>=3.0
|
|
|
|
LIB_DEPENDS= audio/libmad \
|
|
audio/libogg \
|
|
audio/libvorbis \
|
|
devel/glib2
|
|
|
|
AUTOCONF_VERSION=2.63
|
|
CONFIGURE_STYLE= autoconf
|
|
CONFIGURE_ARGS += ac_cv_lib_faad_NeAACDecDecode2=no
|
|
CONFIGURE_ENV= CPPLAGS="-I${LOCALBASE}/include" \
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
.include <bsd.port.mk>
|