freebsd-ports/multimedia/py-pybmp/Makefile
Pav Lucistnik 5b4d9ff794 PyBMP is a Python package allowing full control of BMP as well as
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>
2006-06-07 19:30:25 +00:00

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>