mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
27 lines
660 B
Makefile
27 lines
660 B
Makefile
# Created by: Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= pyxmame
|
|
PORTVERSION= 0.4.0
|
|
PORTREVISION= 5
|
|
CATEGORIES= emulators python
|
|
MASTER_SITES= SF/${PORTNAME}/tgz%20source/${PORTVERSION}
|
|
|
|
MAINTAINER= acm@FreeBSD.org
|
|
COMMENT= Simple frontend for the xmame
|
|
|
|
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/gtk-2.0/gtk/__init__.py:${PORTSDIR}/x11-toolkits/py-gtk2 \
|
|
xmame:${PORTSDIR}/emulators/xmame
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= yes
|
|
NO_BUILD= yes
|
|
|
|
NO_STAGE= 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>
|