1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

- Change some paths into pyxmamerc file. It solves a problem with wrong path of

default_image.

Submitted by:	mezz (email)
This commit is contained in:
Jose Alonso Cardenas Marquez 2006-09-20 21:01:19 +00:00
parent f0d4b91ab8
commit 39c8265062
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=173492

View File

@ -7,6 +7,7 @@
PORTNAME= pyxmame
PORTVERSION= 0.4.0
PORTREVISION= 1
CATEGORIES= emulators python
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@ -15,11 +16,15 @@ MAINTAINER= acm@FreeBSD.org
COMMENT= Simple frontend for the xmame
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/pygtk.pth:${PORTSDIR}/x11-toolkits/py-gtk2 \
${PYTHON_SITELIBDIR}/pexpect.py:${PORTSDIR}/misc/py-pexpect \
xmame:${PORTSDIR}/emulators/xmame
USE_PYTHON= yes
USE_PYDISTUTILS= yes
NO_BUILD= yes
post-patch:
@${REINPLACE_CMD} -e 's|/usr/share/games|${PREFIX}/share|g ; \
s|/usr/share/pixmaps|${PREFIX}/share/pixmaps|g' \
${WRKSRC}/config/pyxmamerc
.include <bsd.port.mk>