# New ports collection makefile for: loemu # Date created: 2007-02-27 # Whom: Jose Alonso Cardenas Marquez # # $FreeBSD$ # PORTNAME= loemu PORTVERSION= 0.1.0 CATEGORIES= emulators python MASTER_SITES= http://loemu.pegueroles.com/dists/ MAINTAINER= acm@FreeBSD.org COMMENT= Simple frontend for various game emulators RUN_DEPENDS= ${PYTHON_SITELIBDIR}/pygtk.pth:${PORTSDIR}/x11-toolkits/py-gtk2 \ ${PYTHON_SITELIBDIR}/libxml2.py:${PORTSDIR}/textproc/py-libxml2 \ ${PYTHON_SITELIBDIR}/libxslt.py:${PORTSDIR}/textproc/py-libxslt \ xmame:${PORTSDIR}/emulators/xmame USE_PYTHON= yes USE_PYDISTUTILS= yes NO_BUILD= yes post-patch: .for DIRE in config loemu scripts @cd ${WRKSRC}/${DIRE} && \ ${FIND} * -type f -exec ${REINPLACE_CMD} -i '' -e \ 's|/share/games/|/share/|g' -e \ 's|/usr/bin/python|${PYTHON_CMD}|g' "{}" \; .endfor .include