openbsd-ports/audio/shell-fm/Makefile
dcoppa d58abcb8e8 Remove ossaudio dependency.
OK jasper@, sthen@
2010-04-29 08:27:19 +00:00

30 lines
608 B
Makefile

# $OpenBSD: Makefile,v 1.4 2010/04/29 08:27:19 dcoppa Exp $
COMMENT= console based player for last.fm radio streams
DISTNAME= shell-fm-0.7
PKGNAME= ${DISTNAME}p0
CATEGORIES= audio
HOMEPAGE= http://nex.scrapping.cc/code/shell-fm/
# GPLv2
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= http://www.phil.uu.nl/~lievisse/distfiles/
LIB_DEPENDS= ao::audio/libao \
mad::audio/libmad \
tag,tag_c::audio/taglib
WANTLIB= c m
USE_GMAKE= yes
FAKE_FLAGS= DESTDIR="${WRKINST}${PREFIX}"
NO_REGRESS= yes
.include <bsd.port.mk>