freebsd-ports/audio/streamripper/Makefile

28 lines
601 B
Makefile
Raw Normal View History

# New ports collection makefile for: streamripper
# Date created: 6 Apr 2000
# Whom: Trevor Johnson
#
# $FreeBSD$
#
PORTNAME= streamripper
PORTVERSION= 1.61.16
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= streamripper
MAINTAINER= ports@FreeBSD.org
2003-03-01 15:34:33 +01:00
COMMENT= Splits SHOUTcast stream into tracks
2005-01-19 07:36:27 +01:00
LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv \
mad.2:${PORTSDIR}/audio/libmad
GNU_CONFIGURE= yes
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
2004-01-30 23:51:45 +01:00
PLIST_FILES= bin/streamripper
MAN1= streamripper.1
.include <bsd.port.mk>