1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00
freebsd-ports/multimedia/py-pybmp/Makefile
Florent Thoumie d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00

31 lines
722 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= 1
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|%%X11BASE%%|${X11BASE}|g' ${FILESDIR}/setup.cfg.port >> ${WRKSRC}/setup.cfg
.include <bsd.port.mk>