2005-04-03 21:31:45 -04:00
|
|
|
# New ports collection makefile for: cpige
|
|
|
|
# Date created: 27 March, 2005
|
|
|
|
# Whom: Adam Weinberger <adamw@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= cpige
|
2005-04-11 17:17:14 -04:00
|
|
|
PORTVERSION= 1.2
|
2005-04-03 21:31:45 -04:00
|
|
|
CATEGORIES= audio
|
|
|
|
MASTER_SITES= http://ed.zehome.com/cpige/
|
|
|
|
|
2005-04-07 14:24:12 -04:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2005-04-03 21:31:45 -04:00
|
|
|
COMMENT= Icecast/Shoutcast stream ripper
|
|
|
|
|
2005-04-07 14:24:12 -04:00
|
|
|
PLIST_FILES= bin/${PORTNAME}
|
2005-04-03 21:31:45 -04:00
|
|
|
|
|
|
|
do-install:
|
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|