1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00
freebsd-ports/emulators/pyxmame/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
721 B
Makefile

# New ports collection makefile for: pyxmame
# Date created: 2006-08-01
# Whom: Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= pyxmame
PORTVERSION= 0.4.0
PORTREVISION= 2
CATEGORIES= emulators python
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= acm@FreeBSD.org
COMMENT= Simple frontend for the xmame
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/pygtk.pth:${PORTSDIR}/x11-toolkits/py-gtk2 \
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>