freebsd-ports/multimedia/py-pybmp/Makefile
Edwin Groothuis 090059a210 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 14:17:21 +00:00

30 lines
726 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
PORTREVISION= 2
CATEGORIES= multimedia
MASTER_SITES= http://nivi.interfree.it/distfiles/${PORTNAME}/ \
LOCAL/nivit/${PORTNAME}/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= nivit@FreeBSD.org
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|%%LOCALBASE%%|${LOCALBASE}|g' ${FILESDIR}/setup.cfg.port >> ${WRKSRC}/setup.cfg
.include <bsd.port.mk>