aboutsummaryrefslogtreecommitdiffstats
path: root/audio/streamripper
diff options
context:
space:
mode:
authortrevor <trevor@FreeBSD.org>2005-01-18 21:02:25 +0800
committertrevor <trevor@FreeBSD.org>2005-01-18 21:02:25 +0800
commit3ec440301b6d36ab235879b333559863f752249c (patch)
tree7ccad4f8a9bb7582cef85f27125dbaa2daaffb5e /audio/streamripper
parent89d6fa63633ace527d98b59dbc93cb7f729587c0 (diff)
downloadfreebsd-ports-gnome-3ec440301b6d36ab235879b333559863f752249c.tar.gz
freebsd-ports-gnome-3ec440301b6d36ab235879b333559863f752249c.tar.zst
freebsd-ports-gnome-3ec440301b6d36ab235879b333559863f752249c.zip
This now needs libmad. I haven't had a chance to test this version
yet.
Diffstat (limited to 'audio/streamripper')
-rw-r--r--audio/streamripper/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/streamripper/Makefile b/audio/streamripper/Makefile
index 56831c935a36..350f2c3fb84b 100644
--- a/audio/streamripper/Makefile
+++ b/audio/streamripper/Makefile
@@ -9,11 +9,13 @@ PORTNAME= streamripper
PORTVERSION= 1.61.3
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= ${PORTNAME}
+MASTER_SITE_SUBDIR= streamripper
MAINTAINER= trevor@FreeBSD.org
COMMENT= Splits SHOUTcast stream into tracks
+LIB_DEPENDS= mad.2:${PORTSDIR}/audio/libmad
+
GNU_CONFIGURE= yes
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"