9f77429cfb
Pymp'd is a frontend for mpd in the style of rhythmbox and itunes, written in python, with pygtk. Pymp'd itself is not a music player, but is actually a frontend to mpd, a daemon for playing and managing music. feedback and "go ahead" bernd@
32 lines
608 B
Makefile
32 lines
608 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2006/11/16 15:06:27 jasper Exp $
|
|
|
|
COMMENT= "frontend to mpd written in Python"
|
|
|
|
DISTNAME= pympd-0.07
|
|
CATEGORIES= audio x11
|
|
|
|
HOMEPAGE= http://pympd.sourceforge.net/
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pympd/}
|
|
|
|
MODULES= lang/python
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= ::x11/py-gtk2
|
|
|
|
USE_X11= Yes
|
|
|
|
NO_REGRESS= Yes
|
|
|
|
do-configure:
|
|
@perl -pi -e 's,/usr/bin/python,${MODPY_BIN},g; \
|
|
s,PREFIX,${PREFIX},g;' ${WRKSRC}/pympd
|
|
|
|
.include <bsd.port.mk>
|