b7bbc3dd47
Really update the port to 1.5 Submitted by: pav@
31 lines
575 B
Makefile
31 lines
575 B
Makefile
# New ports collection makefile for: cpige
|
|
# Date created: 27 March, 2005
|
|
# Whom: Adam Weinberger <adamw@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= cpige
|
|
DISTVERSION= 1.5
|
|
CATEGORIES= audio
|
|
MASTER_SITES= http://ed.zehome.com/cpige/ \
|
|
http://T32.TecNik93.com/FreeBSD/ports/sources/cpige/
|
|
|
|
MAINTAINER= itetcu@FreeBSD.org
|
|
COMMENT= Icecast/Shoutcast stream ripper
|
|
|
|
USE_GMAKE= yes
|
|
|
|
MAKE_ARGS= CC="${CC}"
|
|
|
|
PLIST_FILES= bin/cpige
|
|
|
|
.ifdef(WITH_DEBUG)
|
|
CFLAGS+= -g -DDEBUG
|
|
STRIP=
|
|
.endif
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|