1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-12 03:00:28 +00:00
freebsd-ports/audio/cpige/Makefile
Ion-Mihai Tetcu 2cb75bd68f - fix looking up the host name addresses on 64 bits platforms
(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
2012-08-12 09:36:30 +00:00

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>