mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
ff4e9d533e
PR: 96070 Submitted by: Ion-Mihai IOnut Tetcu <itetcu@people.tecnik93.com> (maintainer) Requested by: krismail
32 lines
583 B
Makefile
32 lines
583 B
Makefile
# New ports collection makefile for: cpige
|
|
# Date created: 27 March, 2005
|
|
# Whom: Adam Weinberger <adamw@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= cpige
|
|
DISTVERSION= 1.4-2
|
|
CATEGORIES= audio
|
|
MASTER_SITES= http://ed.zehome.com/cpige/ \
|
|
http://sce-tindy.tecnik93.com/FreeBSD/ports/cpige/
|
|
|
|
MAINTAINER= itetcu@people.tecnik93.com
|
|
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>
|