96992a4c09
Possibility to use cPige as a daemon was added. cPige now parses URLs directly, rather than requiring the user to specify host port and mountpoint. Statistics and a logfile were added.
22 lines
430 B
Makefile
22 lines
430 B
Makefile
# New ports collection makefile for: cpige
|
|
# Date created: 27 March, 2005
|
|
# Whom: Adam Weinberger <adamw@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= cpige
|
|
PORTVERSION= 1.2
|
|
CATEGORIES= audio
|
|
MASTER_SITES= http://ed.zehome.com/cpige/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Icecast/Shoutcast stream ripper
|
|
|
|
PLIST_FILES= bin/${PORTNAME}
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|