freebsd-ports/audio/kstreamripper/Makefile
Max Brazhnikov ffd97a0193 - convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
  for users

Approved by:	portmgr (miwi)
2013-03-22 20:06:14 +00:00

27 lines
690 B
Makefile

# New ports collection makefile for: kstreamripper
# Date created: 26 Apr 2010
# Whom: Mina R Waheeb <syncer@gmail.com>
#
# $FreeBSD$
#
PORTNAME= kstreamripper
PORTVERSION= 0.7.1
PORTREVISION= 2
CATEGORIES= audio kde
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
MAINTAINER= syncer@gmail.com
COMMENT= A program for recording streams for KDE4
RUN_DEPENDS= ${LOCALBASE}/bin/streamripper:${PORTSDIR}/audio/streamripper
USE_BZIP2= yes
USES= cmake
USE_KDE4= kdelibs kdehier kdeprefix automoc4
USE_QT4= 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>