freebsd-ports/audio/py-sdl_mixer/Makefile
Marcus Alves Grando 1cf3b6123a Respect LOCALBASE/X11BASE
PR:		88149
Notified by:	kris
Submitted by:	Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe> (maintainer)
2005-10-29 19:26:52 +00:00

44 lines
1.2 KiB
Makefile

# New ports collection makefile for: pysdl_mixer
# Date created: 2005-10-05
# Whom: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
#
# $FreeBSD$
#
PORTNAME= sdl_mixer
PORTVERSION= 0.0.3
CATEGORIES= audio python
MASTER_SITES= http://download.gna.org/pysdlmixer/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= pysdl_mixer-${PORTVERSION}
MAINTAINER= acardenas@bsd.org.pe
COMMENT= Pysdl_mixer is a python interface to SDL's sdl_mixer
BUILD_DEPENDS= pyrexc:${PORTSDIR}/devel/pyrex
LIB_DEPENDS= openal.0:${PORTSDIR}/audio/openal
DIST_SUBDIR= python
USE_GZIP= yes
USE_SDL= sdl mixer
USE_PYTHON= yes
USE_PYDISTUTILS=yes
USE_REINPLACE= yes
WRKSRC= ${WRKDIR}/pysdl_mixer-${PORTVERSION}
EXAMPLESDIR= ${PREFIX}/share/examples/py-sdl-mixer
post-patch:
@${REINPLACE_CMD} -e 's,"SDL","SDL-1.1",g' ${WRKSRC}/setup.py
@${REINPLACE_CMD} -e 's,SDL/SDL,SDL11/SDL,g' ${WRKSRC}/sdl_mixer.c
@${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \
${WRKSRC}/setup.py
@${REINPLACE_CMD} -e 's|%%X11BASE%%|${X11BASE}|g' \
${WRKSRC}/setup.py
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/examples/* ${EXAMPLESDIR}
.endif
.include <bsd.port.mk>