5b4d9ff794
management of its configuration file. BMP (Beep-Media-Player) is a multimedia player written for the X Window System. It's a clone of the original pyXMMS. Author: Scott Grayban sgrayban@borgnet.us WWW: http://dev-1.borgforge.net/pyBMP PR: ports/96629 Submitted by: Nicola Vitale <nivit@email.it>
29 lines
682 B
Makefile
29 lines
682 B
Makefile
# New ports collection makefile for: py-pybmp
|
|
# Date created: 2006-04-30
|
|
# Whom: Nicola Vitale <nivit@email.it>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= pyBMP
|
|
PORTVERSION= 1.0
|
|
CATEGORIES= multimedia
|
|
MASTER_SITES= http://dev-1.borgforge.net/pyBMP/chrome/site/downloads/
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= nivit@email.it
|
|
COMMENT= Python module to control beep-media-player
|
|
|
|
BUILD_DEPENDS= beep-media-player:${PORTSDIR}/multimedia/beep-media-player
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
USE_BZIP2= yes
|
|
USE_GNOME= glib12
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= yes
|
|
|
|
post-extract:
|
|
${SED} -e 's|%%X11BASE%%|${X11BASE}|g' ${FILESDIR}/setup.cfg.port >> ${WRKSRC}/setup.cfg
|
|
|
|
.include <bsd.port.mk>
|