openbsd-ports/audio/exaile/Makefile

53 lines
1.4 KiB
Makefile
Raw Normal View History

2009-10-15 20:57:34 -04:00
# $OpenBSD: Makefile,v 1.5 2009/10/16 00:57:34 jasper Exp $
COMMENT = music manager and player for GTK+ written in Python
VERSION = 0.3.0a3
DISTNAME = exaile-${VERSION}
2009-10-15 20:57:34 -04:00
PKGNAME = ${DISTNAME}p3
CATEGORIES = audio x11
HOMEPAGE = http://www.exaile.org/
MASTER_SITES = http://www.exaile.org/files/ \
http://wickedmachine.net/~jsa/FreeBSD/distfiles/
# GPLv3
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = Yes
MODULES = lang/python
BUILD_DEPENDS = ${RUN_DEPENDS}
RUN_DEPENDS = :dbus-python->=0.82.1:x11/dbus-python \
:py-notify->=0.1.1:devel/py-notify \
:py-mutagen->=1.11:audio/py-mutagen \
:py-cddb->=1.4:audio/py-cddb \
:py-gtk2->=1.10:x11/py-gtk2 \
::devel/libglade2 \
::devel/desktop-file-utils \
::multimedia/gstreamer-0.10/core \
::multimedia/gstreamer-0.10/plugins-bad,-main \
::multimedia/gstreamer-0.10/plugins-base,-main \
::multimedia/gstreamer-0.10/plugins-base,-gnome \
::multimedia/gstreamer-0.10/plugins-good,-main \
::multimedia/gstreamer-0.10/plugins-ugly,-main \
::multimedia/gstreamer-0.10/py-gstreamer
USE_X11 = Yes
USE_GMAKE = Yes
NO_REGRESS = Yes
WRKDIST = ${WRKDIR}/exaile
CONFIGURE_STYLE =none
ALL_TARGET = compile
SUBST_VARS += MODPY_SITEPKG
post-configure:
${SUBST_CMD} ${WRKSRC}/Makefile ${WRKSRC}/data/exaile.desktop ${WRKSRC}/plugins/Makefile
.include <bsd.port.mk>