2000-06-05 00:42:15 +02:00
|
|
|
# New ports collection makefile for: streamripper
|
|
|
|
# Date created: 6 Apr 2000
|
2003-11-13 11:11:35 +01:00
|
|
|
# Whom: Trevor Johnson
|
2000-06-05 00:42:15 +02:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= streamripper
|
2005-01-18 11:58:51 +01:00
|
|
|
PORTVERSION= 1.61.3
|
2000-06-05 00:42:15 +02:00
|
|
|
CATEGORIES= audio
|
2005-01-18 11:58:51 +01:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
2000-06-05 00:42:15 +02:00
|
|
|
|
2000-10-02 07:39:35 +02:00
|
|
|
MAINTAINER= trevor@FreeBSD.org
|
2003-03-01 15:34:33 +01:00
|
|
|
COMMENT= Splits SHOUTcast stream into tracks
|
2000-06-05 00:42:15 +02:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2005-01-18 11:58:51 +01:00
|
|
|
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
|
2004-01-30 23:51:45 +01:00
|
|
|
PLIST_FILES= bin/streamripper
|
2005-01-18 11:58:51 +01:00
|
|
|
MAN1= streamripper.1
|
2000-06-05 00:42:15 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|