34 lines
634 B
Makefile
34 lines
634 B
Makefile
# $OpenBSD: Makefile,v 1.11 2011/04/16 14:57:34 dcoppa Exp $
|
|
|
|
COMMENT= console based player for last.fm radio streams
|
|
|
|
DISTNAME= shell-fm-0.7
|
|
REVISION= 3
|
|
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 tag tag_c
|
|
|
|
MASTER_SITES= http://distfiles.nl/
|
|
|
|
LIB_DEPENDS= audio/libao \
|
|
audio/libmad \
|
|
audio/taglib
|
|
|
|
USE_GMAKE= yes
|
|
USE_GROFF = Yes
|
|
FAKE_FLAGS= DESTDIR="${WRKINST}${PREFIX}"
|
|
|
|
NO_REGRESS= yes
|
|
|
|
.include <bsd.port.mk>
|