blob: 177273edf99df780be0c51fb609589316885f9ac (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# New ports collection makefile for: streamripper
# Date created: 6 Apr 2000
# Whom: Trevor Johnson
#
# $FreeBSD$
#
PORTNAME= streamripper
PORTVERSION= 1.0.5
CATEGORIES= audio
MASTER_SITES= http://streamripper.sourceforge.net/files/
MAINTAINER= trevor@FreeBSD.org
COMMENT= Splits SHOUTcast stream into tracks
GNU_CONFIGURE= yes
.include <bsd.port.mk>
|