mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
2cb75bd68f
(use in_addr_t instead of long and check it against INADDR_NONE) - adjust MASTERSITES and WWW Please note that the project is dead upstream. PR: 165481 Submitted by: Howard Goldstein
33 lines
595 B
Makefile
33 lines
595 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
|
|
PORTREVISION= 1
|
|
CATEGORIES= audio
|
|
MASTER_SITES= http://old.ed.zehome.com/cpige/ \
|
|
http://T32.TecNik93.com/FreeBSD/ports/cpige/sources/
|
|
|
|
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>
|