openbsd-ports/audio/shell-fm/Makefile
dcoppa 9b0b671915 Stop saying "DEBUG: Chunked!" when encountering chunked http transfers
(upstream git commit 679a0e238d78864c4340cedc3615aa234ef3e440)
2012-03-26 08:09:01 +00:00

35 lines
687 B
Makefile

# $OpenBSD: Makefile,v 1.17 2012/03/26 08:09:01 dcoppa Exp $
COMMENT= console based player for last.fm radio streams
DISTNAME= shell-fm-0.20120308
REVISION= 0
CATEGORIES= audio
HOMEPAGE= http://nex.scrapping.cc/shell-fm/
MAINTAINER= David Coppa <dcoppa@openbsd.org>
# GPLv2
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB += ao c m mad stdc++ tag tag_c z
MASTER_SITES= http://spacehopper.org/mirrors/
LIB_DEPENDS= audio/libao \
audio/libmad \
audio/taglib
USE_GMAKE= Yes
FAKE_FLAGS= INSTALL_MAN="${INSTALL_MAN}" \
INSTALL_PROGRAM="${INSTALL_PROGRAM}"
NO_REGRESS= Yes
.include <bsd.port.mk>