freebsd-ports/audio/cpige/Makefile

22 lines
430 B
Makefile
Raw Normal View History

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