pkgsrc-wip/bmpx-xine/Makefile
Leonard Schmidt 0b9fc09b32 BMPx is an audio player that can be either used with a built-in frontend
which currently utilizes Winamp 2.x-compatible skins, or as a daemon for
other frontends to connect via a DBus interface.

This package is built using the xine backend.
2005-10-04 12:31:11 +00:00

13 lines
282 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2005/10/04 12:31:11 leonardschmidt Exp $
#
.include "../../wip/bmpx/Makefile.common"
PKGNAME= ${DISTNAME:S/-/-xine-/}
COMMENT+= (using xine)
CONFLICTS+= bmpx-[0-9]*
.include "../../multimedia/xine-lib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"