mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
918e0a2869
KStreamRipper is a program for recording Internet radios and other streams. For streams that provide information about the song title, it can split the stream and create an own file for each track with a corresponding file name and corresponding metadata. WWW: http://kstreamripper.sourceforge.net Submitted by: Mina R Waheeb <syncer at gmail.com> via kde@freebsd maillist
28 lines
696 B
Makefile
28 lines
696 B
Makefile
# New ports collection makefile for: kstreamripper
|
|
# Date created: 26 Apr 2010
|
|
# Whom: Mina R Waheeb <sycner@gmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= kstreamripper
|
|
PORTVERSION= 0.7.1
|
|
CATEGORIES= audio kde
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
|
|
|
|
MAINTAINER= sycner@gmail.com
|
|
COMMENT= A program for recording streams for KDE4
|
|
|
|
RUN_DEPENDS= ${LOCALBASE}/bin/streamripper:${PORTSDIR}/audio/streamripper
|
|
|
|
USE_BZIP2= yes
|
|
USE_CMAKE= yes
|
|
USE_KDE4= kdelibs kdehier kdeprefix automoc4
|
|
USE_QT_VER= 4
|
|
QT_COMPONENTS= qmake_build moc_build rcc_build uic_build
|
|
|
|
CMAKE_ARGS+= -DWITHOUT_LIBPROXY=YES # requires libproxy >= 0.3.1
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
|
|
.include <bsd.port.mk>
|