From 33caa2150985825e73d454ed2c5a0ae9a0b9919b Mon Sep 17 00:00:00 2001 From: Adam Weinberger Date: Tue, 18 Jan 2005 10:58:51 +0000 Subject: Update to 1.61.3. Included are some awesome new scriptability features, as well as significant UI improvements. Its out-of-the-box score is quite high., as well as significant UI improvements. Its out-of-the-box score is quite high. --- audio/streamripper/Makefile | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'audio/streamripper/Makefile') diff --git a/audio/streamripper/Makefile b/audio/streamripper/Makefile index d38aef52afdb..56831c935a36 100644 --- a/audio/streamripper/Makefile +++ b/audio/streamripper/Makefile @@ -6,14 +6,19 @@ # PORTNAME= streamripper -PORTVERSION= 1.0.5 +PORTVERSION= 1.61.3 CATEGORIES= audio -MASTER_SITES= http://streamripper.sourceforge.net/files/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= trevor@FreeBSD.org COMMENT= Splits SHOUTcast stream into tracks GNU_CONFIGURE= yes +CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" + PLIST_FILES= bin/streamripper +MAN1= streamripper.1 .include -- cgit v1.2.3