freebsd-ports/audio/cpige/Makefile
Adam Weinberger 96992a4c09 Update to 1.2. In an email from the author:
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.
2005-04-11 21:17:14 +00:00

21 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>