a262d567ff
Update to the latest release to make the port fetchable again. Stop passing -DWITHOUT_LIBPROXY=YES to CMake because upstream disabled libproxy support a few releases ago. PR: 204171 Submitted by: matthew@reztek.cz Approved by: maintainer timeout (65 days)
20 lines
503 B
Makefile
20 lines
503 B
Makefile
# Created by: Mina R Waheeb <syncer@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= kstreamripper
|
|
PORTVERSION= 0.7.100
|
|
CATEGORIES= audio kde
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}
|
|
|
|
MAINTAINER= syncer@gmail.com
|
|
COMMENT= Program for recording streams for KDE4
|
|
|
|
RUN_DEPENDS= ${LOCALBASE}/bin/streamripper:${PORTSDIR}/audio/streamripper
|
|
|
|
USES= cmake gettext-tools tar:bzip2
|
|
USE_KDE4= kdelibs kdeprefix automoc4
|
|
USE_QT4= qmake_build moc_build rcc_build uic_build
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
|
|
.include <bsd.port.mk>
|