aboutsummaryrefslogtreecommitdiffstats
path: root/audio/cpige/Makefile
blob: 098982c50bf3ff9886a3641f5224e098d6ca5f63 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# 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/

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>